Skip to content

Commit

Permalink
Merge pull request #252 from mirguest/master
Browse files Browse the repository at this point in the history
update externals to 103.0.2
  • Loading branch information
mirguest authored Oct 17, 2023
2 parents 7edab5f + e9cb444 commit 725a26e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .build.ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ logfile=mylog.txt

if [ "$LCG_RELEASE" = "KEY4HEP_STACK" ]; then
logfile=mylog-k4.sh
source /cvmfs/sw.hsf.org/key4hep/setup.sh
./build-k4.sh >& ${logfile} &
buildpid=$!
else
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function run-install() {

# The current default platform
lcg_platform=x86_64-centos7-gcc11-opt
lcg_version=103.0.0
lcg_version=103.0.2

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=103.0.0
CEPCSW_LCG_VERSION=103.0.2
fi
export CEPCSW_LCG_VERSION

Expand Down

0 comments on commit 725a26e

Please sign in to comment.