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

Download materials for the mu v3_06_03a 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 7.x:
        ./pullProducts <product-directory> slf7 mu-v3_06_03 s104-e19 <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_73_0 e19
   clhep v2_4_1_3a e19
   cppunit v1_15_1a e19
   fftw v3_3_8a
   libxml2 v2_9_10a
   sqlite v3_32_03_00  
   python v3_8_3b  
   tbb v2020_2a e19
   xrootd v4_12_3b e19
   root v6_22_02 e19
   cry v1_7n e19
   scons v3_1_2 p383b
   heppdt v03_04_02 e19
   qt v5_12_3a e19
   xerces_c v3_2_3 e19
   geant4 v4_10_6_p02b e19
   g4abla v3_1  
   g4emlow v7_9_1  
   g4neutron v4_6  
   g4neutronxs  
   g4nuclide v2_2  
   g4photon v5_5  
   g4pii v1_3  
   g4radiative v5_4  
   g4surface v2_1_1  
   libwda v2_28_0  
   ifdhc v2_5_8 e19
   ifbeam v2_4_6 e19
   nucondb v2_4_6 e19
   ifdh_art v2_11_03 e19
   cetlib_except v1_05_00 e19
   cetlib v3_11_01 e19
   fhiclcpp v4_12_02 e19
   hep_concurrency v1_05_00 e19
   messagefacility v2_07_02 e19
   canvas v3_10_02 e19
   canvas_root_io v1_07_00 e19
   art v3_06_03 e19
Utilities:
   ups v6_0_8  
   upd v5_0_1  
   cmake  
   cmake 3.18.2  
   gdb v9_2  
   getopt (OSX only) v1_1_6  
   git v2_27_0  
   gitflow v1_12_3  
   cetpkgsupport v1_14_01  
   cetbuildtools v7_15_01 v7_17_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-v3_06_03
          

Distribution Home ]