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

Download materials for nutools v3_08_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-v3_08_00 s97-<e19|c7> <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 nu-v3_08_00 s97-<e19|c7> <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:
   clhep v2_4_1_2 <e19|c7>
   cppunit v1_14_0 <e19|c7>
   sqlite v3_26_00_00  
   python v2_7_15a  
   tbb v2019_3 <e19|c7>
   xerces_c v3_2_2 <e19|c7>
   cry v1_7m <e19|c7>
   lhapdf v6_2_3d <e19|c7>
   pdfsets  
   log4cpp v1_1_3b <e19|c7>
   postgresql
   geant4 v4_10_4_p02c <e19|c7>
   g4abla v3_1  
   g4emlow v7_3  
   g4neutron v4_5  
   g4neutronxs v1_4  
   g4nuclide v2_2  
   g4photon v5_2  
   g4pii v1_3  
   g4radiative v5_2  
   g4surface v2_1_1  
   root 6.18.04 <e19|c7>
   genie v3_00_06_p01a <e19|c7>
   dk2nu <e19|c7>
   cstxsd v4_0_0j  
   genie_phyopt v3_00_04  
   genie_xsec v3_00_04a  
   libwda v2_28_0  
   ifdhc v2_5_7 <e19|c7>
   ifbeam v2_4_5 <e19|c7>
   nucondb v2_4_5 <e19|c7>
   ppfx v02_10_01 <e19|c7>
   pygccxml v1_9_1b
   ifdh_art v2_10_07 <e19|c7>
   cetlib_except v1_04_01 <e19|c7>
   cetlib v3_10_00 <e19|c7>
   fhiclcpp v4_11_01 <e19|c7>
   hep_concurrency v1_04_01 <e19|c7>
   messagefacility v2_06_01 <e19|c7>
   canvas v3_09_01 <e19|c7>
   canvas_root_io v1_05_02 nu:<e19|c7>
   art v3_05_01 nu:<e19|c7>
   artdaq_core v3_05_15 <e19|c7>:s97
   nusimdata v1_21_02 <e19|c7>
   nugen v1_06_05 <e19|c7>
   nug4 v1_02_03 <e19|c7>
   nuevdb v1_02_05_01 <e19|c7>
   nutools v3_08_00 <e19|c7>
Utilities:
   ups v6_0_8  
   cetpkgsupport v1_14_01  
   cetbuildtools v7_11_00;v7_12_01;v7_13_02;v7_14_00;v7_15_01;v7_17_01  
   mrb  

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-v3_08_00 
          

Distribution Home ]