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
149140b2
Commit
149140b2
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: install afterburner via spack
parent
ffdd4869
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!332
fix: install afterburner via spack
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/jug/xl.Dockerfile
+1
-17
1 addition, 17 deletions
containers/jug/xl.Dockerfile
spack.yaml
+1
-0
1 addition, 0 deletions
spack.yaml
with
2 additions
and
17 deletions
containers/jug/xl.Dockerfile
+
1
−
17
View file @
149140b2
...
...
@@ -12,9 +12,6 @@ ARG EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
JUGGLER_VERSION="master"
ARG
NPDET_VERSION="master"
ARG
EICD_VERSION="master"
## afterburner
## TODO move to spack build
ARG
AFTERBURNER_VERSION=main
## version will automatically bust cache for nightly, as it includes
## the date
...
...
@@ -22,7 +19,6 @@ ARG JUG_VERSION=1
ADD
${EICWEB}/18/repository/tree?ref=${NPDET_VERSION} /tmp/18.json
ADD
${EICWEB}/373/repository/tree?ref=${EICD_VERSION} /tmp/373.json
ADD
${EICWEB}/492/repository/tree?ref=${AFTERBURNER_VERSION} /tmp/492.json
RUN
cd
/tmp
\
&&
echo
" - jug_xl:
${
JUG_VERSION
}
"
>>
/etc/jug_info
\
&&
echo
"INSTALLING NPDET"
\
...
...
@@ -43,19 +39,7 @@ RUN cd /tmp
&&
pushd
eicd
\
&&
echo
" - EICD:
${
EICD_VERSION
}
-
$(
git rev-parse HEAD
)
"
>>
/etc/jug_info
\
&&
popd
\
&&
rm
-rf
build eicd
\
&&
cd
/tmp
\
&&
echo
"INSTALLING AFTERBURNER"
\
&&
git clone
-b
${
AFTERBURNER_VERSION
}
--depth
1
\
https://eicweb.phy.anl.gov/monte_carlo/afterburner.git
\
&&
cmake
-B
build
-S
afterburner/cpp
-DCMAKE_INSTALL_PREFIX
=
/usr/local
\
-DCMAKE_CXX_STANDARD
=
17
\
&&
cmake
--build
build
-j12
--target
all
--
install
\
&&
pushd
afterburner
\
&&
echo
" - afterburner:
${
AFTERBURNER_VERSION
}
-
$(
git rev-parse HEAD
)
"
\
>>
jug_info
\
&&
popd
\
&&
rm
-rf
build afterburner
&&
rm
-rf
build eicd
ADD
${EICWEB}/369/repository/tree?ref=${JUGGLER_VERSION} /tmp/369.json
RUN
cd
/tmp
\
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
0
View file @
149140b2
spack
:
specs
:
-
acts@19.1.0 +dd4hep +identification +json +tgeo +ipo +examples +fatras +geant4 +python
-
afterburner@0.1.2 +root +zlib
-
cairo@1.16.0 +fc+ft+X+pdf+gobject
-
clhep@2.4.4.0 cxxstd=17
-
cmake@3.23.1
...
...
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