Distribution Home ] 
Distribution Scripts and Manifests ]  [ Individual Package Distribution ] 

Download materials for nutools v2_18_02 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 6.x:
        ./pullProducts <product-directory> slf6 nu-v2_18_02 s62-e15 <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 nu-v2_18_02 s62-e15 <prof|debug>
      • Ubuntu LTS 16:
        ./pullProducts <product-directory> u16 nu-v2_18_02 s62-e15 <prof|debug>
      • El Capitan (SIP disabled):
        ./pullProducts <product-directory> d15 nu-v2_18_02 s62-e15 <prof|debug>
      • Sierra (SIP disabled):
        ./pullProducts <product-directory> d16 nu-v2_18_02 s62-e15 <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  
   boost v1_65_1 e15
   clhep v2_3_4_5a e15
   cppunit v1_13_2a e15
   fftw v3_3_6_pl2
   getopt (OSX only) v1_1_6  
   libxml2 v2_9_5
   sqlite v3_20_01_00  
   python v2_7_14  
   tbb v2018_1 e15
   xrootd v4_7_0 e15
   xerces_c v3_1_4b e15
   cry v1_7i e15
   lhapdf v5_9_1i e15
   pdfsets v5_9_1b  
   log4cpp v1_1_3 e15
   mysql_client v5_5_57 e15
   postgresql v9_6_5
   pythia v6_4_28i
   geant4 v4_10_3_p01b e15
   g4abla v3_0  
   g4emlow v6_50  
   g4neutron v4_5  
   g4neutronxs v1_4  
   g4nuclide v2_1  
   g4photon v4_3_2  
   g4pii v1_3  
   g4radiative v5_1_1  
   g4surface v1_0  
   gsl v2_4  
   root v6_10_08b nu:e15
   genie v2_12_8c e15
   dk2nu v01_05_01b e15
   cstxsd v4_0_0g  
   genie_phyopt v2_12_8  
   genie_xsec v2_12_8  
   libwda v2_24_0  
   ifdhc v2_3_2 e15
   ifbeam v2_2_2 e15
   nucondb v2_2_2 e15
   caffe v1_0g e15
   ppfx v02_01 e15
   pygccxml v1_9_1 p2714
   ifdh_art v2_05_03 s62:nu:e15
   cetlib_except v1_01_05 e15
   cetlib v3_01_03 e15
   fhiclcpp v4_06_03 e15
   messagefacility v2_01_04 e15
   canvas v3_01_03 e15
   canvas_root_io v1_00_05 nu:e15
   art v2_09_06 nu:e15
   artdaq_core v3_00_08 e15:nu:s62
   nusimdata v1_10_00 e15
   nutools v2_18_02 e15
Utilities:
   ups v6_0_7  
   upd v5_0_1  
   cmake 2.8.12.2  
   cetpkgsupport v1_13_00  
   cetbuildtools v5_14_03 v5_14_04 v6_00_02 v6_01_00 v6_01_01 v7_00_02 v7_00_03  

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:
      • Download the script.
      • chmod +x checkPrerequisites
        ./checkPrerequisites
  • pullProducts
    • Will pull and expand source code tarballs preparatory to a build.
    • This is the same script used to pull the binary distributions.
    • USAGE:
      • Download the script.
      • chmod +x pullProducts
        ./pullProducts <product-directory> source  <bundle>
  • 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_18_02 
          

Distribution Home ]