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

Download materials for artg4tk v0_01_00 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
    • -
    • USAGE:
      • Download the script.
      • chmod +x pullProducts
      • Scientific Linux 6.x:
        ./pullProducts <product-directory> slf6 artg4tk-v0_01_00 e7 <prof|debug>
      • Mavericks:
        ./pullProducts <product-directory> d13 artg4tk-v0_01_00 e7 <prof|debug>
      • Yosemite:
        ./pullProducts <product-directory> d14 artg4tk-v0_01_00 e7 <prof|debug>
  • See About Qualifiers for qualifier descriptions.
  • We recommend downloading the prebuilt binaries whenever possible.

Packages

The following products are part of the artg4tk distribution:
Code:
   gcc v4_9_2  
   boost v1_57_0 e7
   clhep v2_2_0_5 e7
   cppunit v1_12_1b e7
   fftw v3_3_4 e7
   gccxml v0_9_20140718a e7
   libxml2 v2_9_2 e7
   sqlite v3_08_08_02  
   python v2_7_9  
   tbb v4_3_5 e7
   xrootd v3_3_4c e7
   root v5_34_30 e7
   xerces_c v3_1_1c e7
   geant4 v4_10_1_p02 e7
   g4abla v3_0  
   g4emlow v6_41  
   g4neutron v4_5  
   g4neutronxs v1_4  
   g4photon v3_1  
   g4pii v1_3  
   g4radiative v4_2  
   g4surface v1_0  
   cpp0x v1_04_10 e7
   cetlib v1_12_02 e7
   fhiclcpp v3_06_01 e7
   messagefacility v1_14_07 e7
   art v1_15_01 e7
Utilities:
   ups v5_1_5  
   upd v5_0_1  
   cmake v3_1_2  
   cmake v3_2_1  
   gdb v7_9  
   git v2_4_6  
   gitflow v1_8_0  
   cetpkgsupport v1_08_06  
   cetbuildtools v4_10_02 v4_11_01 v4_11_03 v4_12_05  

Building from Source

  • checkPrerequisites-v1_15_01
    • 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-v1_15_01
        ./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

Distribution Home ]