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
a4f27659
Commit
a4f27659
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: scitoken support
parent
2ec164ca
Branches
Branches containing commit
No related tags found
1 merge request
!475
feat: scitoken support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
spack.yaml
+2
-0
2 additions, 0 deletions
spack.yaml
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
a4f27659
...
@@ -11,7 +11,7 @@ variables:
...
@@ -11,7 +11,7 @@ variables:
## Spack github version, e.g. v0.18.1 or commit hash
## Spack github version, e.g. v0.18.1 or commit hash
SPACK_VERSION
:
"
v0.19.0"
SPACK_VERSION
:
"
v0.19.0"
## Space-separated list of spack cherry-picks
## Space-separated list of spack cherry-picks
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30
2f057d729da61e8c12828df44377f0a93fed820f
39a1f1462b0abf12dfaccd33f84142c852c4b56e
4b12d015e1c316b4837e02ae37e2c69a8a647180"
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30
2f057d729da61e8c12828df44377f0a93fed820f
39a1f1462b0abf12dfaccd33f84142c852c4b56e
4b12d015e1c316b4837e02ae37e2c69a8a647180
62da76cb5dca4d52c43bee06230cca6a5882f05d
cc2ae9f270befa554ba8b09c68e89bb8248ea650
ae98d2ba2fcefa9d027e2d6ccc6e7558a32e7228
"
## Ref: https://github.com/spack/spack/commit/[hash]
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
## [hash]: [description]
## b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e: geant4: version bumps for Geant4 11.1.0
## b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e: geant4: version bumps for Geant4 11.1.0
...
@@ -20,6 +20,9 @@ variables:
...
@@ -20,6 +20,9 @@ variables:
## 2f057d729da61e8c12828df44377f0a93fed820f: py-scipy: add v1.9
## 2f057d729da61e8c12828df44377f0a93fed820f: py-scipy: add v1.9
## 39a1f1462b0abf12dfaccd33f84142c852c4b56e: SIP build system: fix "python not defined in builder"
## 39a1f1462b0abf12dfaccd33f84142c852c4b56e: SIP build system: fix "python not defined in builder"
## 4b12d015e1c316b4837e02ae37e2c69a8a647180: py-jinja2-cli: new package
## 4b12d015e1c316b4837e02ae37e2c69a8a647180: py-jinja2-cli: new package
## 62da76cb5dca4d52c43bee06230cca6a5882f05d: directives: depends_on should not admit anonymous specs
## cc2ae9f270befa554ba8b09c68e89bb8248ea650: Add a "maintainer" directive
## ae98d2ba2fcefa9d027e2d6ccc6e7558a32e7228: Support packages for using scitokens on OSG
## EIC spack organization and repository, e.g. eic/eic-spack
## EIC spack organization and repository, e.g. eic/eic-spack
EICSPACK_ORGREPO
:
"
eic/eic-spack"
EICSPACK_ORGREPO
:
"
eic/eic-spack"
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
2
−
0
View file @
a4f27659
...
@@ -33,6 +33,7 @@ spack:
...
@@ -33,6 +33,7 @@ spack:
-
nlohmann-json@3.11.2
-
nlohmann-json@3.11.2
-
npsim@1.1.0 +geocad +http
-
npsim@1.1.0 +geocad +http
-
opencascade@7.6.3
-
opencascade@7.6.3
-
osg-ca-certs@1.109.igtf.1.117
-
pkg-config@0.29.2
-
pkg-config@0.29.2
-
podio@0.15
-
podio@0.15
-
prmon@3.0.2 +plot
-
prmon@3.0.2 +plot
...
@@ -49,6 +50,7 @@ spack:
...
@@ -49,6 +50,7 @@ spack:
-
py-lxml@4.9.1
-
py-lxml@4.9.1
-
py-matplotlib@3.6.2
-
py-matplotlib@3.6.2
-
py-mplhep@0.3.26
-
py-mplhep@0.3.26
-
py-htgettoken@1.16-33-g3788bb4
-
py-numpy@1.23.4
-
py-numpy@1.23.4
-
py-pandas@1.5.1
-
py-pandas@1.5.1
-
py-pip@22.2.2
-
py-pip@22.2.2
...
...
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