Skip to content

Commit

Permalink
update externals to 103.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirguest committed Oct 17, 2023
1 parent 7edab5f commit 87c3b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 87c3b8b

Please sign in to comment.