diff --git a/defaults-alo.sh b/defaults-alo.sh index d183021756..20a8048048 100644 --- a/defaults-alo.sh +++ b/defaults-alo.sh @@ -62,7 +62,7 @@ overrides: - "Xcode:(osx.*)" - ninja AliRoot: - tag: v5-09-38j + tag: v5-09-38k requires: - ROOT - Vc diff --git a/defaults-jalien-root6.sh b/defaults-jalien-root6.sh index ddb24c922c..cad80510a8 100644 --- a/defaults-jalien-root6.sh +++ b/defaults-jalien-root6.sh @@ -12,7 +12,7 @@ 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-38j + tag: v5-09-38k requires: - JAliEn-ROOT - ROOT @@ -20,7 +20,7 @@ overrides: - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 GCC-Toolchain: tag: v7.3.0-alice1 prefer_system_check: | diff --git a/defaults-next-root6.sh b/defaults-next-root6.sh index f7255bd032..6299b53e50 100644 --- a/defaults-next-root6.sh +++ b/defaults-next-root6.sh @@ -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-38j + tag: v5-09-38k AliPhysics: version: "%(tag_basename)s_ROOT6" - tag: v5-09-38j-01 + tag: v5-09-38k-01 GEANT4: tag: v10.3.3 source: https://gitlab.cern.ch/geant4/geant4.git diff --git a/defaults-prod-latest.sh b/defaults-prod-latest.sh index ffbe34ae7c..18b0d00936 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-38j + tag: v5-09-38k AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 # Use VMC packages compatible with ROOT 5 GEANT3: version: "v2-7-p2" diff --git a/defaults-pwgmmtest.sh b/defaults-pwgmmtest.sh index 196d8bb4b5..b1fa9a79af 100644 --- a/defaults-pwgmmtest.sh +++ b/defaults-pwgmmtest.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_PWGMMTEST" - tag: v5-09-38j + tag: v5-09-38k AliPhysics: version: "%(commit_hash)s_PWGMMTEST" - tag: v5-09-38j-01 + tag: v5-09-38k-01 AGILe: version: "%(tag_basename)s_PWGMMTEST" source: https://github.com/alipwgmm/agile diff --git a/defaults-release.sh b/defaults-release.sh index a65dc498b1..e268828920 100644 --- a/defaults-release.sh +++ b/defaults-release.sh @@ -8,10 +8,10 @@ overrides: # Pinpoint AliRoot/AliPhysics AliRoot: version: "%(tag_basename)s" - tag: v5-09-38j + tag: v5-09-38k AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 # Use VMC packages compatible with ROOT 5 GEANT3: version: "v2-7-p2" diff --git a/defaults-root6.sh b/defaults-root6.sh index 9ead93a471..8adeef3978 100644 --- a/defaults-root6.sh +++ b/defaults-root6.sh @@ -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-38j + tag: v5-09-38k AliPhysics: version: "%(commit_hash)s_ROOT6" - tag: v5-09-38j-01 + tag: v5-09-38k-01 GEANT4: tag: v10.3.3 source: https://gitlab.cern.ch/geant4/geant4.git diff --git a/defaults-user-next-root6.sh b/defaults-user-next-root6.sh index f08bb09956..63dc00aab7 100644 --- a/defaults-user-next-root6.sh +++ b/defaults-user-next-root6.sh @@ -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-38j + tag: v5-09-38k requires: - ROOT - fastjet:(?!.*ppc64) - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 GCC-Toolchain: tag: v7.3.0-alice1 prefer_system_check: | diff --git a/defaults-user-root6.sh b/defaults-user-root6.sh index 0daddd82aa..d1c366ede8 100644 --- a/defaults-user-root6.sh +++ b/defaults-user-root6.sh @@ -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-38j + tag: v5-09-38k requires: - ROOT - fastjet:(?!.*ppc64) - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 GCC-Toolchain: tag: v7.3.0-alice1 prefer_system_check: | diff --git a/defaults-user.sh b/defaults-user.sh index fe5b962672..84e8384844 100644 --- a/defaults-user.sh +++ b/defaults-user.sh @@ -7,14 +7,14 @@ env: overrides: AliRoot: version: "%(tag_basename)s" - tag: v5-09-38j + tag: v5-09-38k requires: - ROOT - fastjet:(?!.*ppc64) - Vc AliPhysics: version: "%(tag_basename)s" - tag: v5-09-38j-01 + tag: v5-09-38k-01 --- # To be used with aliBuild option `--defaults user`. #