Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
9cae68ac
Commit
9cae68ac
authored
11 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
chore: eic-spack root: add 6.30 forward compatibility fix
parent
3dd44435
No related branches found
No related tags found
1 merge request
!857
chore: eic-spack root: add 6.30 forward compatibility fix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/jug/dev.Dockerfile
+3
-0
3 additions, 0 deletions
containers/jug/dev.Dockerfile
eic-spack.sh
+1
-1
1 addition, 1 deletion
eic-spack.sh
with
4 additions
and
1 deletion
containers/jug/dev.Dockerfile
+
3
−
0
View file @
9cae68ac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
eic-spack.sh
+
1
−
1
View file @
9cae68ac
...
...
@@ -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 <<-
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment