Skip to content

Commit

Permalink
Bump AliRoot to v5-09-36 (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dberzano committed Aug 22, 2018
1 parent 77b9081 commit 80bfee1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions defaults-next-root6.sh
Expand Up @@ -35,10 +35,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-35
tag: v5-09-36
AliPhysics:
version: "%(commit_hash)s_ROOT6"
tag: v5-09-35-01
tag: v5-09-36-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
Expand Up @@ -7,10 +7,10 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-35
tag: v5-09-36
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-35-01
tag: v5-09-36-01
---
# To be used with aliBuild option `--defaults prod-latest`.
#
Expand Down
4 changes: 2 additions & 2 deletions defaults-pwgmmtest.sh
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-35
tag: v5-09-36
AliPhysics:
version: "%(commit_hash)s_PWGMMTEST"
tag: v5-09-35-01
tag: v5-09-36-01
AGILe:
version: "%(tag_basename)s_PWGMMTEST"
source: https://github.com/alipwgmm/agile
Expand Down
4 changes: 2 additions & 2 deletions defaults-root6.sh
Expand Up @@ -35,10 +35,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-35
tag: v5-09-36
AliPhysics:
version: "%(commit_hash)s_ROOT6"
tag: v5-09-35-01
tag: v5-09-36-01
GEANT4:
tag: v10.3.3
source: https://gitlab.cern.ch/geant4/geant4.git
Expand Down
4 changes: 2 additions & 2 deletions defaults-user-root6.sh
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-35
tag: v5-09-36
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-35-01
tag: v5-09-36-01
GCC-Toolchain:
tag: v7.3.0-alice1
prefer_system_check: |
Expand Down
4 changes: 2 additions & 2 deletions defaults-user.sh
Expand Up @@ -7,14 +7,14 @@ env:
overrides:
AliRoot:
version: "%(tag_basename)s"
tag: v5-09-35
tag: v5-09-36
requires:
- ROOT
- fastjet:(?!.*ppc64)
- Vc
AliPhysics:
version: "%(tag_basename)s"
tag: v5-09-35-01
tag: v5-09-36-01
---
# To be used with aliBuild option `--defaults user`.
#
Expand Down

0 comments on commit 80bfee1

Please sign in to comment.