Download materials for art v1_16_00 and dependencies
Release notes.
- Art suite release v1_16_00 notes.
- The source for packages obtained from the FNAL Redmine repository
(cpp0x, cetlib, fhicl-cpp,
messagefacility, art, etc.)
are downloaded on-demand from the repository by buildFW. For details
on obtaining tagged sources for these packages independently, please
read the
documentation for git_archive.cgi.
- To check available distributions, use getManifestList:
getManifestList [bundle name] [bundle version]
- Due to issues with GCC 4.9.2 interacting with the Xcode 7.0 command-line tools and a problem with a test (Issue #10343), there will be no OS X build of art 1.16.00.
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 art suite:
cetpkgsupport v1_08_07
cetbuildtools v4_12_05 v4_12_06 v4_13_00 v4_14_00 v4_14_01
cpp0x v1_04_11 e7
cetlib v1_15_00 e7
fhiclcpp v3_12_03 e7
messagefacility v1_16_04 e7
art v1_16_00 e7[:nu]
The following products are part of the basic art bundle
ups v5_2_0
upd v5_0_1
cmake v3_2_1
cmake v3_3_2
gcc v4_9_2
boost v1_57_0a e7
clhep v2_2_0_8 e7
cppunit v1_12_1c e7
fftw v3_3_4 e7
gccxml v0_9_20150423 e7
libxml2 v2_9_2 e7
python v2_7_10
sqlite v3_08_10_02
tbb v4_4_0 e7
root v5_34_32 e7
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 (cpp0x, 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., art-v1_16_00
|