Skip to content
Snippets Groups Projects
Commit 9cae68ac authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

chore: eic-spack root: add 6.30 forward compatibility fix

parent 3dd44435
No related branches found
No related tags found
1 merge request!857chore: eic-spack root: add 6.30 forward compatibility fix
......@@ -311,6 +311,9 @@ mv /usr/._local/${PREFIX_PATH} /usr/local
ln -s /usr/local /usr/._local/${PREFIX_PATH}
EOF
## set ROOT TFile forward compatibility
RUN sed -i 's/# \(TFile.v630forwardCompatibility:\) no/\1 yes/' /usr/local/etc/root/system.rootrc
## set the local spack configuration
ENV SPACK_DISABLE_LOCAL_CONFIG="true"
RUN <<EOF
......
......@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION="5a7e0e41ab9a8a6cbeda6b2f2c68129ce178f578"
EICSPACK_VERSION="23e83fea6641a0771d85cecaae1f9a4f3c084bfb"
## Space-separated list of eic-spack cherry-picks
read -r -d '' EICSPACK_CHERRYPICKS <<- \
......
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