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

Download materials for nutools v1_10_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 5.x:
        ./pullProducts <product-directory> slf5 nu-v1_10_02 s8-e7 <prof|debug>
      • Scientific Linux 6.x:
        ./pullProducts <product-directory> slf6 nu-v1_10_02 s8-e7 <prof|debug>
      • Mavericks:
        ./pullProducts <product-directory> d13 nu-v1_10_02 s8-e7 <prof|debug>
      • Yosemite:
        ./pullProducts <product-directory> d14 nu- s8-e7 <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_2  
   boost v1_57_0 e7
   clhep v2_2_0_5 e7
   cppunit v1_12_1b e7
   fftw v3_3_4 e7
   gccxml v0_9_20140718a e7
   getopt (OSX only) v1_1_6  
   libxml2 v2_9_2 e7
   sqlite v3_08_08_02  
   python v2_7_9  
   tbb v4_3_3a e7
   xrootd v3_3_4c e7
   xerces_c v3_1_1c e7
   cry v1_7c e7
   lhapdf v5_9_1b e7
   pdfsets v5_9_1b  
   log4cpp v1_1_1b e7
   mysql_client v5_5_42 e7
   postgresql v9_3_6 e7
   pythia v6_4_28c e7
   geant4 v4_9_6_p04a e7
   g4abla v3_0  
   g4emlow v6_32  
   g4neutron v4_2  
   g4neutronxs v1_2  
   g4photon v3_0  
   g4pii v1_3  
   g4radiative v4_0  
   g4surface v1_0  
   gsl v1_16  
   root v5_34_25a nu:e7
   pandora v01_01_00a e7
   genie v2_8_6a e7
   cstxsd v4_0_0b  
   nutools v1_10_02 e7
   genie_phyopt v2_8_6  
   genie_xsec v2_8_6  
   libwda v2_21_0  
   ifdhc v1_8_2 e7
   ifbeam v1_4_9 e7
   nucondb v1_4_9 e7
   ifdh_art v1_09_00 s8:nu:e7
   cpp0x v1_04_09 e7
   cetlib v1_09_00 e7
   fhiclcpp v3_03_00 e7
   messagefacility v1_14_00 e7
   art v1_13_02 nu:e7
   artdaq_core v1_04_11 e7:nu:s8
Utilities:
   ups v5_1_4  
   upd v5_0_1  
   cmake v3_2_1  
   cetpkgsupport v1_08_05  
   cetbuildtools v4_05_00 v4_07_02 v4_07_03 v4_08_01 v4_09_02  

Building from Source

  • checkPrerequisites-v1_13_02
    • 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-v1_13_02
        ./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_10_02 
          

Distribution Home ]