Download materials for the mu v3_10_00 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:
- 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_77_0 | e20 |
clhep | v2_4_5_1 | e20 |
cppunit | v1_15_1a | e20 |
fftw | v3_3_10 | |
libxml2 | v2_9_12 | |
sqlite | v3_37_00_00 | |
python | v3_9_9 | |
tbb | v2021_4_0 | e20 |
xrootd | v5_3_4 | e20 |
root | v6_24_06b | e20 |
cry | v1_7n | e20 |
scons | v4_2_0a | p399 |
heppdt | v03_04_02 | e20 |
qt | v5_12_3a | e20 |
xerces_c | v3_2_3 | e20 |
geant4 | v4_10_7_p02a | e20 |
g4abla | v3_1 | |
g4emlow | v7_13 | |
g4neutron | v4_6 | |
g4neutronxs | | |
g4nuclide | v2_3 | |
g4photon | v5_7 | |
g4pii | v1_3 | |
g4radiative | v5_6 | |
g4surface | v2_2 | |
libwda | v2_29_1 | |
ifdhc | v2_5_19 | e20 |
ifbeam | v2_5_5 | e20 |
nucondb | v2_5_5 | e20 |
ifdh_art | v2_14_00 | e20 |
cetlib_except | v1_07_05 | e20 |
cetlib | v3_14_00 | e20 |
fhiclcpp | v4_16_00 | e20 |
hep_concurrency | v1_07_05 | e20 |
messagefacility | v2_08_05 | e20 |
canvas | v3_12_06 | e20 |
canvas_root_io | v1_10_00 | e20 |
art | v3_10_00 | e20 |
Utilities: |
ups | v6_1_0 | |
upd | v5_0_1 | |
cmake | | |
cmake | 2.8.12.2 | |
gdb | v11_1 | |
getopt (OSX only) | v1_1_6 | |
git | v2_34_1 | |
gitflow | v1_12_3 | |
cetpkgsupport | v1_14_01 | |
cetbuildtools | v8_08_02 v8_10_00 v8_11_00 v8_11_01 v8_11_02 v8_12_00 v8_12_01 v8_14_02 v8_15_00 v8_15_01 v8_17_03 v8_18_11 | |
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:
- pullProducts
- Will pull and expand source code tarballs preparatory to a build.
- This is the same script used to pull the binary distributions.
- USAGE:
- 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_10_00
|