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

Download materials for nutools v3_13_03 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 7.x:
        ./pullProducts <product-directory> slf7 nu-v3_13_03 s117-<e20|e20-inclxx|e20-geant4> <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  
   clhep 2.4.5.1 <e20>
   sqlite v3_34_01_00  
   python v3_9_2  
   xerces_c v3_2_3c <e20>
   cry v1_7n <e20>
   lhapdf v6_3_0 <e20>
   pdfsets  
   log4cpp v1_1_3c <e20>
   geant4 v4_11_0_p03b <e20>
   g4abla v3_1  
   g4emlow v8_0  
   g4incl v1_0  
   g4neutron v4_6  
   g4particlexs v4_0  
   g4nuclide v2_3  
   g4photon v5_7  
   g4pii v1_3  
   g4radiative v5_6  
   g4surface v2_2  
   root 6.22.08 <e20>
   genie v3_02_02a <e20|e20-inclxx|e20-geant4>
   dk2nu <e20>
   cstxsd v4_0_0j  
   genie_phyopt v3_00_04  
   genie_xsec v3_00_04a  
   libwda v2_30_0a  
   ifdhc v2_6_11 <e20>
   ifbeam v2_5_17 <e20>
   nucondb v2_5_17 <e20>
   caffe <e20>
   ppfx v02_14_18 <e20>
   pygccxml v2_1_0c p392
   ifdh_art v2_13_14 e20>
   cetlib_except <e20>
   cetlib <e20>
   fhiclcpp <e20>
   hep_concurrency <e20>
   messagefacility <e20>
   canvas v3_12_05 <e20>
   canvas_root_io v1_09_05 nu:<e20>
   art v3_09_04 nu:<e20>
   artdaq_core v3_09_02 <e20>:s117
   nusimdata v1_26_02 <e20>
   nutools v3_13_03 <e20>
   nuevdb v1_07_03 <e20>
   nug4 v1_14_01 <e20>
   nugen v1_16_05 <e20|e20-inclxx|e20-geant4>
Utilities:
   ups v6_1_0  
   cetpkgsupport v1_14_01  
   cetmodules v2_29_06 v2_29_09 v2_30_01 v2_31_01 v3_06_01 v3_13_02 v3_16_00 v3_19_02 v3_20_00  

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_13_03 
          

Distribution Home ]