Skip to content

Commit

Permalink
Bump to v5-09-20v
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored and TimoWilken committed Mar 8, 2023
1 parent f874ae8 commit 7ba0c98
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion defaults-alo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ overrides:
prefer_system_check: |
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:
tag: "v5-09-20u"
tag: "v5-09-20v"
protobuf:
version: "%(tag_basename)s"
tag: "v3.0.2"
Expand Down
2 changes: 2 additions & 0 deletions defaults-o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ overrides:
- lzma
AliRoot:
version: "%(commit_hash)s_O2"
tag: "v5-09-20v"
requires:
- ROOT
- fastjet:(?!.*ppc64)
Expand All @@ -66,6 +67,7 @@ overrides:
- boost
AliPhysics:
version: "%(commit_hash)s_O2"
tag: "v5-09-20v-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-20u
tag: v5-09-20v
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-20u-01
tag: v5-09-20v-01
# Use VMC packages compatible with ROOT 5
GEANT3:
version: "v2-7-p2"
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-20u
tag: v5-09-20v
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-20u-01
tag: v5-09-20v-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 @@ -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_ROOT6"
tag: v5-09-20u
tag: v5-09-20v
AliPhysics:
version: "%(commit_hash)s_ROOT6"
tag: v5-09-20u-01
tag: v5-09-20v-01
---
# This file is included in any build recipe and it's only used to set
# environment variables. Which file to actually include can be defined by the
Expand Down
4 changes: 2 additions & 2 deletions defaults-user-root6.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-20u
tag: v5-09-20v
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-20u-01
tag: v5-09-20v-01
ROOT:
version: "%(tag_basename)s"
version: "%(tag_basename)s"
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-20u
tag: v5-09-20v
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-20u-01
tag: v5-09-20v-01
---
# To be used with aliBuild option `--defaults user`.
#
Expand Down

0 comments on commit 7ba0c98

Please sign in to comment.