Skip to content
Snippets Groups Projects
Commit 9360d6d6 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: install py-rucio-clients in xl

parent a145519a
No related branches found
No related tags found
1 merge request!1014feat: install py-rucio-clients in xl
...@@ -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})"
......
...@@ -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
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment