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

Download materials for nutools v3_01_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 6.x:
        ./pullProducts <product-directory> slf6 nu-v3_01_02 s85-<e17|c2> <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 nu-v3_01_02 s85-<e17|c2> <prof|debug>
      • Ubuntu LTS 16:
        ./pullProducts <product-directory> u16 nu-v3_01_02 s85-<e17|c2> <prof|debug>
      • Mojave (SIP disabled):
        ./pullProducts <product-directory> d18 nu-v3_01_02 s85-c2 <prof|debug>
      • High Sierra (SIP disabled):
        ./pullProducts <product-directory> d17 nu-v3_01_02 s85-c2 <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  
   boost v1_66_0a <e17|c2>
   clhep v2_3_4_6 <e17|c2>
   cppunit v1_13_2c <e17|c2>
   fftw v3_3_8
   getopt (OSX only) v1_1_6  
   libxml2 v2_9_9
   sqlite v3_26_00_00  
   python v2_7_15a  
   tbb v2019_3 <e17|c2>
   xrootd v4_8_5b <e17|c2>
   xerces_c v3_2_0a <e17|c2>
   cry v1_7k <e17|c2>
   lhapdf v5_9_1k <e17|c2>
   pdfsets v5_9_1b  
   log4cpp v1_1_3b <e17|c2>
   mysql_client v5_5_62 <e17|c2>
   postgresql v9_6_11b
   pythia v6_4_28p
   geant4 v4_10_4_p02b <e17|c2>
   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  
   gsl v2_5  
   root v6_16_00 <e17|c2>
   genie v3_00_06_p01 <e17|c2>
   dk2nu <e17|c2>
   cstxsd v4_0_0i  
   genie_phyopt v3_00_04  
   genie_xsec v3_00_04a  
   libwda v2_26_0  
   ifdhc v2_5_1 <e17|c2>
   ifbeam v2_4_0 <e17|c2>
   nucondb v2_4_0 <e17|c2>
   caffe v1_0k <e17|c2>
   ppfx v02_08 <e17|c2>
   pygccxml v1_9_1a p2715a
   ifdh_art v2_07_05 s85:<e17|c2>
   cetlib_except v1_02_03 <e17|c2>
   cetlib v3_06_01 <e17|c2>
   fhiclcpp v4_06_10 <e17|c2>
   hep_concurrency v1_00_04 <e17|c2>
   messagefacility v2_02_06 <e17|c2>
   canvas v3_06_01 <e17|c2>
   canvas_root_io v1_01_11 nu:<e17|c2>
   art v2_13_00 nu:<e17|c2>
   artdaq_core v3_04_19 <e17|c2>:s85
   nusimdata v1_16_03 <e17|c2>
   nugen v1_06_00 <e17|c2>
   nug4 v1_02_00 <e17|c2>
   nutools v3_01_02 <e17|c2>
Utilities:
   ups v6_0_7  
   upd v5_0_1  
   cmake 2.8.12.2  
   cetpkgsupport v1_14_01  
   cetbuildtools v7_11_00 v7_12_01 v7_13_02  

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_01_02 
          

Distribution Home ]