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

Download materials for the mu v2_09_04 bundle

Release notes.

  • Art suite release v2_09_04 notes.
  • art v2_09_04 distribution
  • Supported Platforms
  • This release has two different distributions with two different builds of geant4
    The s61-e14 distribution contains geant4 v4_10_2_p03d e14 and geant4 v4_10_2_p03d e14:qt
    The s61-e14-us distribution contains geant4 v4_10_2_p03d e14:us, built with USolids from VecGeom
  • To check available distributions, use getManifestList:
    getManifestList [bundle name] [bundle version]

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 mu-v2_09_04 s61-e14[-us] <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 mu-v2_09_04 s61-e14[-us] <prof|debug>
      • Ubuntu LTS 16:
        ./pullProducts <product-directory> u16 mu-v2_09_04 s61-e14[-us] <prof|debug>
      • El Capitan (SIP disabled):
        ./pullProducts <product-directory> d15 mu-v2_09_04 s61-e14[-us] <prof|debug>
      • Sierra (SIP disabled):
        ./pullProducts <product-directory> d16 mu-v2_09_04 s61-e14[-us] <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 mu distribution:
Code:
   gcc  
   boost v1_65_1 e14
   clhep v2_3_4_5a e14
   cppunit v1_13_2a e14
   fftw v3_3_6_pl2
   libxml2 v2_9_5
   sqlite v3_20_01_00  
   python v2_7_14  
   tbb v2018_1 e14
   xrootd v4_7_0 e14
   root v6_10_08b e14
   cry v1_7i e14
   scons v3_0_0 p2714
   heppdt v3_04_01g e14
   qt v5_7_1a e14
   xerces_c v3_1_4b e14
   geant4 v4_10_2_p03d e14
   g4abla v3_0  
   g4emlow v6_48  
   g4neutron v4_5  
   g4neutronxs v1_4  
   g4nuclide v1_2_3  
   g4photon v3_2  
   g4pii v1_3  
   g4radiative v4_3_2  
   g4surface v1_0  
   g4tendl v1_0  
   libwda v2_24_0  
   ifdhc v2_2_3 e14
   ifbeam v2_1_3 e14
   nucondb v2_1_3 e14
   ifdh_art v2_04_04 s61:e14
   cetlib_except v1_01_05 e14
   cetlib v3_01_03 e14
   fhiclcpp v4_06_03 e14
   messagefacility v2_01_04 e14
   canvas v3_01_03 e14
   canvas_root_io v1_00_04 e14
   art v2_09_04 e14
   TRACE v3_13_00  
   artdaq_core v3_00_07 s61:e14
Utilities:
   ups v6_0_7  
   upd v5_0_1  
   cmake  
   cmake 2.8.12.2  
   gdb v8_0_1  
   getopt (OSX only) v1_1_6  
   git v2_14_1  
   gitflow v1_11_0  
   cetpkgsupport v1_13_00  
   cetbuildtools v5_14_03 v5_14_04 v6_00_02 v6_01_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> <product_topdir> <build-spec> <bundle-spec>
      
      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., mu-v2_09_04 
          

Distribution Home ]