Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
30
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
45db9e77
Commit
45db9e77
authored
4 months ago
by
Sakib Rahman
Committed by
Wouter Deconinck
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: add celeritas to the cuda and xl image
parent
9b42aab3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1026
feat: add celeritas to the cuda and xl image
Pipeline
#106880
passed with stages
in 1 hour, 28 minutes, and 17 seconds
Changes
3
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
spack-environment/cuda/spack.yaml
+2
-1
2 additions, 1 deletion
spack-environment/cuda/spack.yaml
spack-environment/xl/spack.yaml
+2
-1
2 additions, 1 deletion
spack-environment/xl/spack.yaml
spack.sh
+11
-2
11 additions, 2 deletions
spack.sh
with
15 additions
and
4 deletions
spack-environment/cuda/spack.yaml
+
2
−
1
View file @
45db9e77
...
@@ -11,6 +11,7 @@ spack:
...
@@ -11,6 +11,7 @@ spack:
-
algorithms
-
algorithms
-
cairo
-
cairo
-
catch2
-
catch2
-
celeritas +cuda cuda_arch=75
-
cernlib
-
cernlib
-
cli11
-
cli11
-
cmake
-
cmake
...
@@ -100,4 +101,4 @@ spack:
...
@@ -100,4 +101,4 @@ spack:
-
stow
-
stow
-
valgrind
-
valgrind
-
xrootd
-
xrootd
-
xeyes
-
xeyes
\ No newline at end of file
This diff is collapsed.
Click to expand it.
spack-environment/xl/spack.yaml
+
2
−
1
View file @
45db9e77
...
@@ -11,6 +11,7 @@ spack:
...
@@ -11,6 +11,7 @@ spack:
-
algorithms
-
algorithms
-
cairo
-
cairo
-
catch2
-
catch2
-
celeritas
-
cernlib
-
cernlib
-
cli11
-
cli11
-
cmake
-
cmake
...
@@ -110,4 +111,4 @@ spack:
...
@@ -110,4 +111,4 @@ spack:
-
strace
-
strace
-
valgrind
-
valgrind
-
xrootd
-
xrootd
-
xeyes
-
xeyes
\ No newline at end of file
This diff is collapsed.
Click to expand it.
spack.sh
+
11
−
2
View file @
45db9e77
...
@@ -47,12 +47,17 @@ ddf1a1a74ba2ee99377edc2100e0478c1ddd3653
...
@@ -47,12 +47,17 @@ ddf1a1a74ba2ee99377edc2100e0478c1ddd3653
2fc056e27cb6e362b56946907c48feda61766319
2fc056e27cb6e362b56946907c48feda61766319
fc7125fdf3f594683d264e48160ca86717c2109d
fc7125fdf3f594683d264e48160ca86717c2109d
b98e5886e5c9b5e005b54fa727704da384d81f21
b98e5886e5c9b5e005b54fa727704da384d81f21
e992e1efbdfd6072891e402371cac4741a3047a9
8d2a6d6744cfe9663ca0aa3610bfd96c45a62333
6d51d94dab4f780b39c614a9ecb10f5940bdae4b
b90ac6441cfdf6425cb59551e7b0538899b69527
---
---
## Optional hash table with comma-separated file list
## Optional hash table with comma-separated file list
read
-r
-d
''
SPACK_CHERRYPICKS_FILES <<-
\
read
-r
-d
''
SPACK_CHERRYPICKS_FILES <<-
\
---
||
true
---
||
true
[
67536058077995cab1ed23b8ca62aaf75463ae04]
=
var/spack/repos/builtin/packages/py-protobuf/package.py
[
67536058077995cab1ed23b8ca62aaf75463ae04]
=
var/spack/repos/builtin/packages/py-protobuf/package.py
[
7b9f8abce5cee74546a6f588f88c6f353170d52b]
=
var/spack/repos/builtin/packages/protobuf/package.py,var/spack/repos/builtin/packages/py-protobuf/package.py,var/spack/repos/builtin/packages/strace/package.py
[
7b9f8abce5cee74546a6f588f88c6f353170d52b]
=
var/spack/repos/builtin/packages/celeritas/package.py,var/spack/repos/builtin/packages/protobuf/package.py,var/spack/repos/builtin/packages/py-protobuf/package.py,var/spack/repos/builtin/packages/strace/package.py
[
8d2a6d6744cfe9663ca0aa3610bfd96c45a62333]
=
var/spack/repos/builtin/packages/celeritas/package.py
---
---
## Ref: https://github.com/spack/spack/commit/[hash]
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
## [hash]: [description]
...
@@ -94,4 +99,8 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
...
@@ -94,4 +99,8 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## ddf1a1a74ba2ee99377edc2100e0478c1ddd3653: py-urllib3: add v1.26.20
## ddf1a1a74ba2ee99377edc2100e0478c1ddd3653: py-urllib3: add v1.26.20
## 2fc056e27cb6e362b56946907c48feda61766319: py-flask-compress: add v1.14
## 2fc056e27cb6e362b56946907c48feda61766319: py-flask-compress: add v1.14
## fc7125fdf3f594683d264e48160ca86717c2109d: py-fsspec-xrootd: new package
## fc7125fdf3f594683d264e48160ca86717c2109d: py-fsspec-xrootd: new package
## b98e5886e5c9b5e005b54fa727704da384d81f21: py-pyppeteer: new package
## b98e5886e5c9b5e005b54fa727704da384d81f21: py-pyppeteer: new package
\ No newline at end of file
## e992e1efbdfd6072891e402371cac4741a3047a9: celeritas: new version 0.4.4
## 8d2a6d6744cfe9663ca0aa3610bfd96c45a62333: sethrj: update maintained package language dependencies
## 6d51d94dab4f780b39c614a9ecb10f5940bdae4b: celeritas: add v0.5.0
## b90ac6441cfdf6425cb59551e7b0538899b69527: celeritas: remove ancient versions and add CUDA package dependency
\ No newline at end of file
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