Download materials for nutools v2_01_00 and dependencies
Release notes.
Download scripts for binary distributions.
- pullProducts
- Will pull all products listed in the bundle manifest.
- This script will first check to see if a package is installed and will download the product only if not installed.
- Supported bundle list
- - USAGE:
- Download the script.
- chmod +x pullProducts
- Scientific Linux 5.x:
./pullProducts <product-directory> slf5 nu-v2_01_00 s36-e10 <prof|debug>
- Scientific Linux 6.x:
./pullProducts <product-directory> slf6 nu-v2_01_00 s36-e10 <prof|debug>
- Scientific Linux 7.x:
./pullProducts <product-directory> slf7 nu-v2_01_00 s36-e10 <prof|debug>
- Ubuntu 14:
./pullProducts <product-directory> u14 nu-v2_01_00 s36-e10 <prof|debug>
- Mavericks:
./pullProducts <product-directory> d13 nu-v2_01_00 s36-e10 <prof|debug>
- Yosemite:
./pullProducts <product-directory> d14 nu-v2_01_00 s36-e10 <prof|debug>
- See About Qualifiers for qualifier descriptions.
- We recommend downloading the prebuilt binaries whenever possible.
Packages
The following products are part of the full nu distribution:
|
Code: |
gcc | v4_9_3a | |
boost | v1_61_0 | e10 |
clhep | v2_3_2_2 | e10 |
cppunit | v1_12_1d | e10 |
fftw | v3_3_4 | e10 |
getopt (OSX only) | v1_1_6 | |
libxml2 | v2_9_3 | e10 |
sqlite | v3_12_02_00 | |
python | v2_7_11 | |
tbb | v4_4_3a | e10 |
xrootd | v3_3_4e | e10 |
xerces_c | v3_1_3 | e10 |
cry | v1_7f | e10 |
lhapdf | v5_9_1e | e10 |
pdfsets | v5_9_1b | |
log4cpp | v1_1_1e | e10 |
mysql_client | v5_5_48a | e10 |
postgresql | v9_3_12 | e10 |
pythia | v6_4_28e | e10 |
geant4 | v4_10_1_p03a | e10 |
g4abla | v3_0 | |
g4emlow | v6_41 | |
g4neutron | v4_5 | |
g4neutronxs | v1_4 | |
g4nuclide | v1_0 | |
g4photon | v3_1 | |
g4pii | v1_3 | |
g4radiative | v4_2 | |
g4surface | v1_0 | |
gsl | v2_1 | |
root | v6_06_04b | nu:e10 |
genie | v2_10_8b | e10:r6 |
dk2nu | v01_03_00f | e10:r6 |
cstxsd | v4_0_0e | |
genie_phyopt | v2_10_6 | |
genie_xsec | v2_10_6a | |
libwda | v2_22_2 | |
ifdhc | v1_8_11 | e10 |
ifbeam | v1_4_21 | e10 |
nucondb | v1_4_21 | e10 |
ifdh_art | v1_15_01 | s36:nu:e10 |
cetlib | v1_18_00 | e10 |
fhiclcpp | v3_19_00 | e10 |
messagefacility | v1_16_26 | e10 |
canvas | v1_03_03 | nu:e10 |
art | v2_00_03 | nu:e10 |
artdaq_core | v1_05_01 | e10:nu:s36 |
nusimdata | v1_04_00 | e10 |
nutools | v2_01_00 | e10 |
Utilities: |
ups | v5_2_0 | |
upd | v5_0_1 | |
cmake | v3_5_1 | |
cetpkgsupport | v1_10_02 | |
cetbuildtools | v4_19_04 v5_01_03 v5_02_02 v5_02_04 v5_04_01 | |
Building from Source
NOTE: We recommend building from source only if you cannot use the prebuilt binaries.
- checkPrerequisites
- Will examine the system for the presence of known OS-level
prerequisites (on RedHat derivatives, these will be RPMs) and list
any deficiencies with remediation instructions. The script does not
require admin privilege to run, but it is likely that any
remediation will.
- USAGE:
- pullProducts
- Will pull and expand source code tarballs preparatory to a build.
- This is the same script used to pull the binary distributions.
- USAGE:
- buildFW
- Build all packages from source (as downloaded using the script
above). Will obtain other source (cetlib, art, etc.)
direct from the FNAL Redmine repository as required.
- pullProducts downloads buildFW for you
- USAGE:
Usage: buildFW [-h]
buildFW
Options:
-b Specify basequal (REQUIRED: no default).
-f Force already-built packages to be rebuilt.
-h This help.
-s Specify version set for those packages requiring it
-t Make package tarfiles.
-U Force packaged version of UPS to be built and/or made current.
Arguments:
product_topdir Top directory for relocatable-UPS products area.
build-spec debug, opt or prof.
bundle-spec Bundle name and version, e.g., nu-v2_01_00
|