Skip to content

Commit

Permalink
Merge pull request #245 from mirguest/master
Browse files Browse the repository at this point in the history
Update LCG externals from 101.0.1 to 103.0.0
  • Loading branch information
mirguest authored Apr 18, 2023
2 parents e995301 + df23516 commit 7e16478
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function run-cmake() {
}

function run-make() {
cmake --build .
local njobs=-j$(nproc)
cmake --build . $njobs
}

function run-install() {
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7e16478

Please sign in to comment.