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

Download materials for nutools v2_16_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 6.x:
        ./pullProducts <product-directory> slf6 nu-v2_16_00 s52-e14 <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 nu-v2_16_00 s52-e14 <prof|debug>
      • Ubuntu 16:
        ./pullProducts <product-directory> u16 nu-v2_16_00 s52-e14 <prof|debug>
      • Yosemite:
        ./pullProducts <product-directory> d14 nu-v2_16_00 s52-e14 <prof|debug>
      • El Capitan (SIP disabled):
        ./pullProducts <product-directory> d15 nu-v2_16_00 s52-e14 <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 v6_3_0  
   boost v1_64_0 e14
   clhep v2_3_4_4 e14
   cppunit v1_13_2 e14
   fftw v3_3_6_pl2 e14
   getopt (OSX only) v1_1_6  
   libxml2 v2_9_4b e14
   sqlite v3_16_02_00a  
   python v2_7_13d  
   tbb v2017_7 e14
   xrootd v4_5_0c e14
   xerces_c v3_1_4a e14
   cry v1_7h e14
   lhapdf v5_9_1h e14
   pdfsets v5_9_1b  
   log4cpp v1_1_2 e14
   mysql_client v5_5_54 e14
   postgresql v9_5_6 e14
   pythia v6_4_28h e14
   geant4 v4_10_3_p01a e14
   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_3  
   root v6_10_04b nu:e14
   genie v2_12_6d e14:r6
   dk2nu v01_05_00h e14:r6
   cstxsd v4_0_0f  
   genie_phyopt v2_12_6  
   genie_xsec v2_12_6  
   libwda v2_23_0  
   ifdhc v2_0_9 e14
   ifbeam v2_0_8 e14
   nucondb v2_0_8 e14
   ifdh_art v2_03_01 s52:nu:e14
   cetlib_except v1_01_03 e14
   cetlib v3_01_00 e14
   fhiclcpp v4_06_00 e14
   messagefacility v2_01_00 e14
   canvas v3_00_00 nu:e14
   art v2_08_01 nu:e14
   artdaq_core v1_07_09 e14:nu:s52
   nusimdata v1_08_01 e14
   nutools v2_16_00 e14
Utilities:
   ups v5_2_0  
   upd v5_0_1  
   cmake 2.8.12.2  
   cetpkgsupport v1_11_00  
   cetbuildtools v5_08_01 v5_09_01 v5_13_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:
      • 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_16_00 
          

Distribution Home ]