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

Download materials for art v1_17_08 and dependencies

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
    • Note that builds of this release are available for both e9 and e10 on some platforms.
    • USAGE:
      • Download the script.
      • chmod +x pullProducts
      • Scientific Linux 5.x:
        ./pullProducts <product-directory> slf5 art-v1_17_08 <e10|e9> <prof|debug>
      • Scientific Linux 6.x:
        ./pullProducts <product-directory> slf6 art-v1_17_08 <e10|e9> <prof|debug>
      • Scientific Linux 7.x:
        ./pullProducts <product-directory> slf7 art-v1_17_08 <e10|e9> <prof|debug>
      • Ubuntu 14:
        ./pullProducts <product-directory> u14 art-v1_17_08 e10 <prof|debug>
      • Mavericks:
        ./pullProducts <product-directory> d13 art-v1_17_08 <e10|e9> <prof|debug>
      • Yosemite:
        ./pullProducts <product-directory> d14 art-v1_17_08 <e10|e9> <prof|debug>
  • 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_10_02
   cetbuildtools   v4_19_05 v5_02_02 v5_02_04 v5_04_00 v5_04_01
   cpp0x           v1_04_14  e10
   cetlib          v1_15_05  e10
   fhiclcpp        v3_12_10  e10
   messagefacility v1_16_22a  e10
   art             v1_17_08 e10[: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_3a
     boost           v1_57_0b		e10
     clhep           v2_2_0_8a		e10
     cppunit         v1_12_1d		e10
     fftw            v3_3_4		e10
     gccxml          v0_9_20150423	e10
     libxml2         v2_9_2		e10
     python          v2_7_10
     sqlite          v3_08_10_02
     tbb             v4_4_3a		e10
     root            v5_34_32b		e10

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 (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_17_08
          

Distribution Home ]