Skip to content

Commit

Permalink
Bump to v5-09-54q
Browse files Browse the repository at this point in the history
Includes necessary GEANT4_VMC fixes.
  • Loading branch information
alibuild authored and TimoWilken committed Jul 24, 2023
1 parent a5bc298 commit f9f0edf
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions defaults-jalien.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s_JALIEN"
tag: v5-09-54p
tag: v5-09-54q
AliPhysics:
version: "%(tag_basename)s_JALIEN"
tag: v5-09-54p-01
tag: v5-09-54q-01
autotools:
tag: v1.5.0
---
Expand Down
4 changes: 2 additions & 2 deletions defaults-next-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s_ROOT6"
tag: v5-09-54p
tag: v5-09-54q
AliPhysics:
version: "%(tag_basename)s_ROOT6"
tag: v5-09-54p-01
tag: v5-09-54q-01
---
4 changes: 2 additions & 2 deletions defaults-o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
overrides:
AliRoot:
version: "%(commit_hash)s_O2"
tag: v5-09-54p
tag: v5-09-54q
requires:
- ROOT
- DPMJET
Expand All @@ -27,7 +27,7 @@ overrides:
- boost
AliPhysics:
version: "%(commit_hash)s_O2"
tag: v5-09-54p-01
tag: v5-09-54q-01
cgal:
version: "4.12.2"
fastjet:
Expand Down
4 changes: 2 additions & 2 deletions defaults-prod-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ overrides:
# Pinpoint AliRoot/AliPhysics
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-54p
tag: v5-09-54q
requires:
- ROOT
- DPMJET
Expand All @@ -23,7 +23,7 @@ overrides:
- AliEn-ROOT-Legacy
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-54p-01
tag: v5-09-54q-01
XRootD:
tag: v3.3.6-alice2
source: https://github.com/alisw/xrootd.git
Expand Down
4 changes: 2 additions & 2 deletions defaults-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ overrides:
# Pinpoint AliRoot/AliPhysics
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-54p
tag: v5-09-54q
requires:
- ROOT
- DPMJET
Expand All @@ -23,7 +23,7 @@ overrides:
- AliEn-ROOT-Legacy
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-54p-01
tag: v5-09-54q-01
XRootD:
tag: v3.3.6-alice2
source: https://github.com/alisw/xrootd.git
Expand Down
4 changes: 2 additions & 2 deletions defaults-user-next-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ disable:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-54p
tag: v5-09-54q
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-54p-01
tag: v5-09-54q-01
---
4 changes: 2 additions & 2 deletions defaults-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ disable:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-54p
tag: v5-09-54q
requires:
- ROOT
- DPMJET
Expand All @@ -25,7 +25,7 @@ overrides:
- AliEn-ROOT-Legacy
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-54p-01
tag: v5-09-54q-01
XRootD:
tag: v3.3.6-alice2
source: https://github.com/alisw/xrootd.git
Expand Down
2 changes: 1 addition & 1 deletion geant4_vmc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: GEANT4_VMC
version: "%(tag_basename)s"
tag: "v5-0-p5"
tag: "v5-0-p6"
source: https://github.com/vmc-project/geant4_vmc
requires:
- ROOT
Expand Down

0 comments on commit f9f0edf

Please sign in to comment.