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

Download materials for the mu v2_11_01 bundle

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 mu-v2_11_01 s67-e17 <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 mu-v2_11_01 s67-e17 <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_66_0a e17
   clhep v2_3_4_6 e17
   cppunit v1_13_2c e17
   fftw v3_3_6_pl2
   libxml2 v2_9_5
   sqlite v3_20_01_00  
   python v2_7_14b  
   tbb v2018_2a e17
   xrootd v4_8_0b e17
   root v6_12_06a e17
   cry v1_7k e17
   scons v3_0_1 p2714b
   heppdt v3_04_01h e17
   qt v5_10_1a e17
   xerces_c v3_2_0a e17
   geant4 v4_10_4b e17
   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  
   libwda v2_26_0  
   ifdhc v2_3_5 e17
   ifbeam v2_2_6 e17
   nucondb v2_2_6 e17
   ifdh_art v2_06_06 s67:e17
   cetlib_except v1_02_00 e17
   cetlib v3_03_00 e17
   fhiclcpp v4_06_07 e17
   hep_concurrency v1_00_01 e17
   messagefacility v2_02_01 e17
   canvas v3_03_01 e17
   canvas_root_io v1_01_05 e17
   art v2_11_01 e17
   artdaq_core v3_03_00 e17:s67
Utilities:
   ups v6_0_7  
   upd v5_0_1  
   cmake  
   cmake 2.8.12.2  
   gdb v8_1  
   getopt (OSX only) v1_1_6  
   git v2_15_1  
   gitflow v1_11_0  
   cetpkgsupport v1_14_01  
   cetbuildtools v7_03_03 v7_04_00 v7_05_01  

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_11_01 
          

Distribution Home ]