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

Download materials for nutools v1_21_11 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-v1_21_11a s28-e9 <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 nu-v1_21_11a s28-e9 <prof|debug>
      • Yosemite:
        ./pullProducts <product-directory> d14 nu-v1_21_11a s28-e9 <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_3  
   boost v1_57_0a e9
   clhep v2_2_0_8 e9
   cppunit v1_12_1c e9
   fftw v3_3_4 e9
   gccxml v0_9_20150423 e9
   getopt (OSX only) v1_1_6  
   libxml2 v2_9_2 e9
   sqlite v3_08_10_02  
   python v2_7_10  
   tbb v4_4_0 e9
   xrootd v3_3_4d e9
   xerces_c v3_1_2 e9
   cry v1_7e e9
   lhapdf v5_9_1d e9
   pdfsets v5_9_1b  
   log4cpp v1_1_1d e9
   mysql_client v5_5_45 e9
   postgresql v9_3_9 e9
   pythia v6_4_28d e9
   geant4 v4_10_1_p03 e9
   g4abla v3_0  
   g4emlow v6_41  
   g4neutron v4_5  
   g4neutronxs v1_4  
   g4photon v3_1  
   g4pii v1_3  
   g4radiative v4_2  
   g4surface v1_0  
   gsl v1_16a  
   root v5_34_32 nu:e9
   genie v2_12_2 e9
   dk2nu v01_05_00 e9
   ppfx v01_09_b e9
   cstxsd v4_0_0d  
   nutools v1_21_11 e9
   genie_phyopt v2_12_0  
   genie_xsec v2_12_0  
   libwda v2_22_2  
   ifdhc v2_0_3 e9
   ifbeam v2_0_2 e9
   nucondb v2_0_2 e9
   ifdh_art v2_01_00 s28:nu:e9
   cpp0x v1_04_13 e9
   cetlib v1_15_03 e9
   fhiclcpp v3_12_08 e9
   messagefacility v1_16_21 e9
   art v1_17_06 nu:e9
   artdaq_core v1_04_27 e9:nu:s28
Utilities:
   ups v5_2_0  
   upd v5_0_1  
   cmake 3.7.1  
   cetpkgsupport v1_10_01  
   cetbuildtools v4_14_02 v4_15_01 v4_16_00 v4_17_00 v4_17_01 v4_17_02 v4_17_03 v4_18_01 v5_04_03 v5_06_06  

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 (cpp0x, 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-v1_21_11a 
          

Distribution Home ]