Skip to content

Commit

Permalink
Merge pull request #189 from rlcee/art_v3_05_01
Browse files Browse the repository at this point in the history
update to art v3_05_01 and associated products
  • Loading branch information
kutschke committed May 11, 2020
2 parents b7f94b5 + 6989e55 commit 559db41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ build=$($MU2E_BASE_RELEASE/buildopts --build)
# and is therefore different from the value shown in
# SETUP_<productname> environment vars, or by the "ups active" command.
export MU2E_UPS_QUALIFIERS=+e19:+${build}
export MU2E_ART_SQUALIFIER=s96
export MU2E_ART_SQUALIFIER=s97

MU2E_G4_GRAPHICS_QUALIFIER=''
if [[ $($MU2E_BASE_RELEASE/buildopts --g4vis) == qt ]]; then
Expand All @@ -118,8 +118,8 @@ fi
export MU2E_G4_EXTRA_QUALIFIER=''

# Setup the framework and its dependent products
setup -B art v3_05_00 -q${MU2E_UPS_QUALIFIERS}
setup -B art_root_io v1_03_00 -q${MU2E_UPS_QUALIFIERS}
setup -B art v3_05_01 -q${MU2E_UPS_QUALIFIERS}
setup -B art_root_io v1_03_01 -q${MU2E_UPS_QUALIFIERS}

# Geant4 and its cross-section files.
if [[ $($MU2E_BASE_RELEASE/buildopts --trigger) == "off" ]]; then
Expand All @@ -129,10 +129,10 @@ else
fi

# Get access to raw data formats.
setup -B mu2e_artdaq_core v1_03_07 -q${MU2E_UPS_QUALIFIERS}:+${MU2E_ART_SQUALIFIER}:offline
setup -B mu2e_artdaq_core v1_04_01 -q${MU2E_UPS_QUALIFIERS}:+${MU2E_ART_SQUALIFIER}:offline

# Other libraries we need.
setup -B pcie_linux_kernel_module v2_02_13 -q${MU2E_UPS_QUALIFIERS}:+${MU2E_ART_SQUALIFIER}
setup -B pcie_linux_kernel_module v2_03_01 -q${MU2E_UPS_QUALIFIERS}:+${MU2E_ART_SQUALIFIER}

setup -B heppdt v3_04_01j -q${MU2E_UPS_QUALIFIERS}
setup -B BTrk v1_02_22 -q${MU2E_UPS_QUALIFIERS}
Expand Down

0 comments on commit 559db41

Please sign in to comment.