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
9360d6d6
Commit
9360d6d6
authored
7 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: install py-rucio-clients in xl
parent
a145519a
No related branches found
No related tags found
1 merge request
!1014
feat: install py-rucio-clients in xl
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
containers/debian/base.Dockerfile
+1
-1
1 addition, 1 deletion
containers/debian/base.Dockerfile
spack-environment/xl/spack.yaml
+1
-0
1 addition, 0 deletions
spack-environment/xl/spack.yaml
spack.sh
+8
-0
8 additions, 0 deletions
spack.sh
with
10 additions
and
1 deletion
containers/debian/base.Dockerfile
+
1
−
1
View file @
9360d6d6
...
@@ -154,9 +154,9 @@ RUN <<EOF
...
@@ -154,9 +154,9 @@ RUN <<EOF
git config --global user.email "gitlab@eicweb.phy.anl.gov"
git config --global user.email "gitlab@eicweb.phy.anl.gov"
git config --global user.name "EIC Container Build Service"
git config --global user.name "EIC Container Build Service"
git config --global advice.detachedHead false
git config --global advice.detachedHead false
git config --global gc.autoDetach false
git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
git -C ${SPACK_ROOT} gc --no-auto
if [ -n "${SPACK_CHERRYPICKS}" ] ; then
if [ -n "${SPACK_CHERRYPICKS}" ] ; then
SPACK_CHERRYPICKS=$(git -C ${SPACK_ROOT} rev-list --topo-order ${SPACK_CHERRYPICKS} | grep -m $(echo ${SPACK_CHERRYPICKS} | wc -w) "${SPACK_CHERRYPICKS}" | tac)
SPACK_CHERRYPICKS=$(git -C ${SPACK_ROOT} rev-list --topo-order ${SPACK_CHERRYPICKS} | grep -m $(echo ${SPACK_CHERRYPICKS} | wc -w) "${SPACK_CHERRYPICKS}" | tac)
eval "declare -A SPACK_CHERRYPICKS_FILES_ARRAY=(${SPACK_CHERRYPICKS_FILES})"
eval "declare -A SPACK_CHERRYPICKS_FILES_ARRAY=(${SPACK_CHERRYPICKS_FILES})"
...
...
This diff is collapsed.
Click to expand it.
spack-environment/xl/spack.yaml
+
1
−
0
View file @
9360d6d6
...
@@ -90,6 +90,7 @@ spack:
...
@@ -90,6 +90,7 @@ spack:
-
py-pre-commit
-
py-pre-commit
-
py-pycairo
-
py-pycairo
-
py-pyyaml
-
py-pyyaml
-
py-rucio-clients
-
py-scipy
-
py-scipy
-
py-seaborn
-
py-seaborn
-
py-toml
-
py-toml
...
...
This diff is collapsed.
Click to expand it.
spack.sh
+
8
−
0
View file @
9360d6d6
...
@@ -40,6 +40,10 @@ f8f01c336c882f29ac364995423b9f69ac365462
...
@@ -40,6 +40,10 @@ f8f01c336c882f29ac364995423b9f69ac365462
43d1cdb0bd4780bff369dafa681a8a7939313784
43d1cdb0bd4780bff369dafa681a8a7939313784
5bc105c01c0e458924df40d51f7111ba507689f9
5bc105c01c0e458924df40d51f7111ba507689f9
dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0
dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0
fbceae7773c51198a775efffd7a9e21d0fe1e05c
e91a69a7564dfe54718541954607d89c086caf12
26bc91fe9bde4549fb39062e1dd838b612205717
ddf1a1a74ba2ee99377edc2100e0478c1ddd3653
---
---
## 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 <<-
\
...
@@ -81,3 +85,7 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
...
@@ -81,3 +85,7 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## 43d1cdb0bd4780bff369dafa681a8a7939313784: dd4hep: Add tag for version 1.30
## 43d1cdb0bd4780bff369dafa681a8a7939313784: dd4hep: Add tag for version 1.30
## 5bc105c01c0e458924df40d51f7111ba507689f9: gfal2: new package (and dependencies)
## 5bc105c01c0e458924df40d51f7111ba507689f9: gfal2: new package (and dependencies)
## dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0: strace: add v6.11 and mpers variant (disabed by default)
## dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0: strace: add v6.11 and mpers variant (disabed by default)
## fbceae7773c51198a775efffd7a9e21d0fe1e05c: [py-datasets] Add py-datasets version 2.20.0
## e91a69a7564dfe54718541954607d89c086caf12: py-tabulate: add v0.8.10, v0.9.0
## 26bc91fe9bde4549fb39062e1dd838b612205717: py-rucio-clients: new package (and dependencies)
## ddf1a1a74ba2ee99377edc2100e0478c1ddd3653: py-urllib3: add v1.26.20
\ 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