Skip to content

Commit

Permalink
Bump to v5-09-38l
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Mar 15, 2022
1 parent 4cebc44 commit 42aa64d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion defaults-alo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ overrides:
- "Xcode:(osx.*)"
- ninja
AliRoot:
tag: v5-09-38k
tag: v5-09-38l
requires:
- ROOT
- Vc
Expand Down
4 changes: 2 additions & 2 deletions defaults-jalien-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ overrides:
which cmake && case `cmake --version | sed -e 's/.* //' | cut -d. -f1,2,3 | head -n1` in [0-2]*|3.[0-9].*|3.10.*) exit 1 ;; esac
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
requires:
- JAliEn-ROOT
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
GCC-Toolchain:
tag: v7.3.0-alice1
prefer_system_check: |
Expand Down
4 changes: 2 additions & 2 deletions defaults-next-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ overrides:
printf "#include \"gsl/gsl_version.h\"\n#define GSL_V GSL_MAJOR_VERSION * 100 + GSL_MINOR_VERSION\n# if (GSL_V < 116)\n#error \"Cannot use system's gsl. Notice we only support versions from 1.16 (included)\"\n#endif\nint main(){}" | gcc -I$(brew --prefix gsl)/include -xc++ - -o /dev/null
AliRoot:
version: "%(tag_basename)s_ROOT6"
tag: v5-09-38k
tag: v5-09-38l
AliPhysics:
version: "%(tag_basename)s_ROOT6"
tag: v5-09-38k-01
tag: v5-09-38l-01
GEANT4:
tag: v10.3.3
source: https://gitlab.cern.ch/geant4/geant4.git
Expand Down
4 changes: 2 additions & 2 deletions defaults-prod-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
# Use VMC packages compatible with ROOT 5
GEANT3:
version: "v2-7-p2"
Expand Down
4 changes: 2 additions & 2 deletions defaults-pwgmmtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ overrides:
printf "#include \"gsl/gsl_version.h\"\n#define GSL_V GSL_MAJOR_VERSION * 100 + GSL_MINOR_VERSION\n# if (GSL_V < 116)\n#error \"Cannot use system's gsl. Notice we only support versions from 1.16 (included)\"\n#endif\nint main(){}" | gcc -I$(brew --prefix gsl)/include -xc++ - -o /dev/null
AliRoot:
version: "%(commit_hash)s_PWGMMTEST"
tag: v5-09-38k
tag: v5-09-38l
AliPhysics:
version: "%(commit_hash)s_PWGMMTEST"
tag: v5-09-38k-01
tag: v5-09-38l-01
AGILe:
version: "%(tag_basename)s_PWGMMTEST"
source: https:/alipwgmm/agile
Expand Down
4 changes: 2 additions & 2 deletions defaults-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ overrides:
# Pinpoint AliRoot/AliPhysics
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
# Use VMC packages compatible with ROOT 5
GEANT3:
version: "v2-7-p2"
Expand Down
4 changes: 2 additions & 2 deletions defaults-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ overrides:
printf "#include \"gsl/gsl_version.h\"\n#define GSL_V GSL_MAJOR_VERSION * 100 + GSL_MINOR_VERSION\n# if (GSL_V < 116)\n#error \"Cannot use system's gsl. Notice we only support versions from 1.16 (included)\"\n#endif\nint main(){}" | gcc -I$(brew --prefix gsl)/include -xc++ - -o /dev/null
AliRoot:
version: "%(commit_hash)s_ROOT6"
tag: v5-09-38k
tag: v5-09-38l
AliPhysics:
version: "%(commit_hash)s_ROOT6"
tag: v5-09-38k-01
tag: v5-09-38l-01
GEANT4:
tag: v10.3.3
source: https://gitlab.cern.ch/geant4/geant4.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 @@ -12,14 +12,14 @@ overrides:
which cmake && case `cmake --version | sed -e 's/.* //' | cut -d. -f1,2,3 | head -n1` in [0-2]*|3.[0-9].*|3.10.*) exit 1 ;; esac
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
GCC-Toolchain:
tag: v7.3.0-alice1
prefer_system_check: |
Expand Down
4 changes: 2 additions & 2 deletions defaults-user-root6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ overrides:
which cmake && case `cmake --version | sed -e 's/.* //' | cut -d. -f1,2,3 | head -n1` in [0-2]*|3.[0-9].*|3.10.*) exit 1 ;; esac
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
GCC-Toolchain:
tag: v7.3.0-alice1
prefer_system_check: |
Expand Down
4 changes: 2 additions & 2 deletions defaults-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-38k
tag: v5-09-38l
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-38k-01
tag: v5-09-38l-01
---
# To be used with aliBuild option `--defaults user`.
#
Expand Down

0 comments on commit 42aa64d

Please sign in to comment.