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

Download materials for the mu v3_14_03 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_14_03 e20|e26|e28|c14 <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_82_0 e20|e26|e28|c14
   clhep v2_4_7_1 e20|e26|e28|c14
   cppunit v1_15_1f e20|e26|e28|c14
   fftw v3_3_10
   libxml2 v2_9_12
   sqlite v3_40_01_00  
   python v3_9_15  
   tbb v2021_9_0 e20|e26|e28|c14
   xrootd v5_5_5a e20|e26|e28|c14
   root v6_28_10a e20|e26|e28|c14
   cry v1_7q e20|e26|e28|c14
   qt v5_15_9a e20|e26|e28|c14
   xerces_c v3_2_3e e20|e26|e28|c14
   geant4 v4_11_1_p02d e20|e26|e28|c14
   g4abla v3_1  
   g4emlow v8_2  
   g4neutron v4_7  
   g4neutronxs  
   g4nuclide v2_3  
   g4photon v5_7  
   g4pii v1_3  
   g4radiative v5_6  
   g4surface v2_2  
   libwda v2_30_0a  
   ifdhc v2_6_20 e20|e26|e28|c14
   ifbeam v2_5_23 e20|e26|e28|c14
   nucondb v2_5_23 e20|e26|e28|c14
   ifdh_art v2_17_01 e20|e26|e28|c14
   cetlib_except v1_09_01 e20|e26|e28|c14
   cetlib v3_18_02 e20|e26|e28|c14
   fhiclcpp v4_18_03 e20|e26|e28|c14
   hep_concurrency v1_09_02 e20|e26|e28|c14
   messagefacility v2_10_04 e20|e26|e28|c14
   canvas v3_16_03 e20|e26|e28|c14
   canvas_root_io v1_13_03 e20|e26|e28|c14
   art v3_14_03 e20|e26|e28|c14
Utilities:
   ups v6_1_1  
   upd v5_0_1  
   cmake  
   cmake  
   gdb v13_1  
   getopt (OSX only) v1_1_6  
   git v2_40_1  
   gitflow v1_12_3  
   cetpkgsupport v1_14_01  
   cetbuildtools  

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_14_03
          

Distribution Home ]