Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.02 KB

VERSIONS.md

File metadata and controls

27 lines (20 loc) · 1.02 KB

Tags

Checking out a tag

When first checking out this package, you will have the HEAD version of the master branch. Get a specific tagged release by checking out the tag into a branch like so:

git checkout -b R-2_8_6.3-br R-2_8_6.3

This will checkout tag R-2_8_6.3 into branch R-2_8_6.3-br. You want to checkout into a branch so you are not in a "detached HEAD" state.

Current tags

  • R-2_8_6.3-no-LHAPDF6: Minor changes to R-2_8_6.3; No longer supporting building LHAPDF6 and Boost.
  • R-2_8_6.3-last-LHAPDF6: Minor changes to R-2_8_6.3 (new command argument parsing, documentation); Last tag to support building LHAPDF6 and Boost.
  • R-2_8_6.3: Add a test script to check a few different build permutations and flags.
  • R-2_8_6.2: Add a verbose flag to also print log info to stdout; check for exit codes when building packages and exit if they fail.
  • R-2_8_6.1: Compliant with GENIE 2.8.6; builds RooMUHistos using the HEAD of master correctly.