Skip to content
Snippets Groups Projects
Unverified Commit 7e164788 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #245 from mirguest/master

Update LCG externals from 101.0.1 to 103.0.0
parents e9953019 df23516c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
LCG_RELEASE: [LCG_101, KEY4HEP_STACK]
LCG_RELEASE: [LCG_EXTERNAL, KEY4HEP_STACK]
# CEPCSW_BLDTOOL: [make, ninja]
CEPCSW_BLDTOOL: [ninja]
......
......@@ -83,7 +83,8 @@ function run-cmake() {
}
function run-make() {
cmake --build .
local njobs=-j$(nproc)
cmake --build . $njobs
}
function run-install() {
......@@ -95,8 +96,8 @@ function run-install() {
##############################################################################
# The current default platform
lcg_platform=x86_64-centos7-gcc8-opt
lcg_version=101.0.1
lcg_platform=x86_64-centos7-gcc11-opt
lcg_version=103.0.0
bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
......
......@@ -66,8 +66,8 @@ function run-job() {
##############################################################################
# The current default platform
lcg_platform=x86_64-centos7-gcc8-opt
lcg_version=101.0.1
lcg_platform=x86_64-centos7-gcc11-opt
lcg_version=103.0.0
bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
......
......@@ -70,7 +70,7 @@ function setup-install-area() {
# CEPCSW_LCG_VERSION=${1}; shift
if [ -z "$CEPCSW_LCG_VERSION" ]; then
CEPCSW_LCG_VERSION=101.0.1
CEPCSW_LCG_VERSION=103.0.0
fi
export CEPCSW_LCG_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment