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
26a734ce
Commit
26a734ce
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: migrate requirements.txt to spack.yaml
parent
36d44b38
No related branches found
No related tags found
1 merge request
!479
feat: migrate requirements.txt to spack.yaml
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
containers/jug/dev.Dockerfile
+1
-1
1 addition, 1 deletion
containers/jug/dev.Dockerfile
containers/jug/requirements.txt
+0
-18
0 additions, 18 deletions
containers/jug/requirements.txt
spack.yaml
+17
-0
17 additions, 0 deletions
spack.yaml
with
22 additions
and
20 deletions
.gitlab-ci.yml
+
4
−
1
View file @
26a734ce
...
...
@@ -11,12 +11,15 @@ variables:
## Spack github version, e.g. v0.18.1 or commit hash
SPACK_VERSION
:
"
v0.19.0"
## Space-separated list of spack cherry-picks
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30"
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30
2f057d729da61e8c12828df44377f0a93fed820f
39a1f1462b0abf12dfaccd33f84142c852c4b56e
4b12d015e1c316b4837e02ae37e2c69a8a647180
"
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
## b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e: geant4: version bumps for Geant4 11.1.0
## 99056e03bd3e903b222e300636ec484d85d4b3fb: acts: new versions 19.11.0, 21.0.0, 21.1.0
## f3f8b31be54280c6ef0b5f95ab85604aba3dff30: XRootD: add checksum + patch for 5.5.1
## 2f057d729da61e8c12828df44377f0a93fed820f: py-scipy: add v1.9
## 39a1f1462b0abf12dfaccd33f84142c852c4b56e: SIP build system: fix "python not defined in builder"
## 4b12d015e1c316b4837e02ae37e2c69a8a647180: py-jinja2-cli: new package
## EIC spack organization and repository, e.g. eic/eic-spack
EICSPACK_ORGREPO
:
"
eic/eic-spack"
...
...
This diff is collapsed.
Click to expand it.
containers/jug/dev.Dockerfile
+
1
−
1
View file @
26a734ce
...
...
@@ -164,7 +164,7 @@ RUN cd /opt/spack-environment \
| xargs
--no-run-if-empty
\
spack buildcache create
--allow-root
--only
package
--unsigned
\
--mirror-name
eic-spack
\
--rebuild-index
\
&&
spack buildcache update-index
--mirror-url
eic-spack
\
&&
spack mirror
rm
--scope
site eic-spack
\
;
fi
\
&&
spack mirror list
...
...
This diff is collapsed.
Click to expand it.
containers/jug/requirements.txt
+
0
−
18
View file @
26a734ce
awkward
boto3
ipython
jinja2
jinja2-cli
jupyter
jupyterlab
lmfit
lxml
matplotlib
pandas
pycairo
pyunfold
pyyaml
scipy
seaborn
stashcp
uproot
yapf
mplhep
This diff is collapsed.
Click to expand it.
spack.yaml
+
17
−
0
View file @
26a734ce
...
...
@@ -38,10 +38,27 @@ spack:
-
prmon@3.0.2 +plot
-
pythia8@8.306 +fastjet
-
python@3.10.8
-
py-awkward@1.9.0
-
py-boto3@1.18.12
-
py-ipython@8.5.0
-
py-jinja2@3.1.2
-
py-jinja2-cli@0.8.2
-
py-jupyter@1.0.0
-
py-jupyterlab@3.2.9
-
py-lmfit@1.0.2
-
py-lxml@4.9.1
-
py-matplotlib@3.6.2
-
py-mplhep@0.3.26
-
py-numpy@1.23.4
-
py-pandas@1.5.1
-
py-pip@22.2.2
-
py-pycairo@1.20.0
-
py-pyyaml@6.0
-
py-scipy@1.9.3
-
py-seaborn@0.12.0
-
py-toml@0.10.2
-
py-uproot@4.3.5
-
py-yapf@0.30.0
-
qt@5.15.5 +opengl
-
root@6.26.06 cxxstd=17
+fftw +fortran +gdml +http -ipo +mlp +pythia8
...
...
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