From 26c7128c5c0b8f6c24fc0cef65250be3f6c40ef0 Mon Sep 17 00:00:00 2001 From: Dario Berzano Date: Mon, 2 Apr 2018 23:25:34 +0200 Subject: [PATCH] Bump AliRoot to v5-09-25 (#1065) --- defaults-prod-latest.sh | 4 ++-- defaults-root6.sh | 4 ++-- defaults-user-root6.sh | 4 ++-- defaults-user.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/defaults-prod-latest.sh b/defaults-prod-latest.sh index 3424751ed2..3d21e9c244 100644 --- a/defaults-prod-latest.sh +++ b/defaults-prod-latest.sh @@ -7,10 +7,10 @@ env: overrides: AliRoot: version: "%(tag_basename)s" - tag: v5-09-24 + tag: v5-09-25 AliPhysics: version: "%(tag_basename)s" - tag: v5-09-24-01 + tag: v5-09-25-01 --- # To be used with aliBuild option `--defaults prod-latest`. # diff --git a/defaults-root6.sh b/defaults-root6.sh index 14d40cd57d..a5fbee8849 100644 --- a/defaults-root6.sh +++ b/defaults-root6.sh @@ -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-24 + tag: v5-09-25 AliPhysics: version: "%(commit_hash)s_ROOT6" - tag: v5-09-24-01 + tag: v5-09-25-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 diff --git a/defaults-user-root6.sh b/defaults-user-root6.sh index 0ce32db58e..18196b5979 100644 --- a/defaults-user-root6.sh +++ b/defaults-user-root6.sh @@ -7,14 +7,14 @@ env: overrides: AliRoot: version: "%(tag_basename)s" - tag: v5-09-24 + tag: v5-09-25 requires: - ROOT - fastjet:(?!.*ppc64) - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-24-01 + tag: v5-09-25-01 ROOT: version: "%(tag_basename)s" version: "%(tag_basename)s" diff --git a/defaults-user.sh b/defaults-user.sh index 17bbefe4a2..07c77cdfbd 100644 --- a/defaults-user.sh +++ b/defaults-user.sh @@ -7,14 +7,14 @@ env: overrides: AliRoot: version: "%(tag_basename)s" - tag: v5-09-24 + tag: v5-09-25 requires: - ROOT - fastjet:(?!.*ppc64) - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-24-01 + tag: v5-09-25-01 --- # To be used with aliBuild option `--defaults user`. #