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
d9037429
Commit
d9037429
authored
5 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: py-gfal2-python, gfal2-util, py-eic-rucio-policy-package
parent
fe7ed89f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1064
feat: py-gfal2-python, gfal2-util, py-eic-rucio-policy-package
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
containers/jug/dev.Dockerfile
+10
-0
10 additions, 0 deletions
containers/jug/dev.Dockerfile
spack-environment/xl/spack.yaml
+2
-0
2 additions, 0 deletions
spack-environment/xl/spack.yaml
spack.sh
+2
-0
2 additions, 0 deletions
spack.sh
with
14 additions
and
0 deletions
containers/jug/dev.Dockerfile
+
10
−
0
View file @
d9037429
...
...
@@ -384,6 +384,16 @@ USER 0
WORKDIR
/
SHELL
["/opt/local/bin/eic-shell"]
## rucio config (unprivileged read-only account)
COPY
<<EOF /opt/rucio/etc/rucio.cfg
[client]
rucio_host = https://rucio-server.jlab.org:443
auth_host = https://rucio-server.jlab.org:443
auth_type = userpass
username = eicread
password = eicread
EOF
## eic-news
COPY
--chmod=0755 eic-news /opt/local/bin/eic-news
RUN
echo
"test -f
$HOME
/.eic-news && source /opt/local/bin/eic-news"
>
/etc/profile.d/z13_eic-news.sh
...
...
This diff is collapsed.
Click to expand it.
spack-environment/xl/spack.yaml
+
2
−
0
View file @
d9037429
...
...
@@ -40,6 +40,7 @@ spack:
-
gdb
-
geant4 +opengl
-
gfal2
-
gfal2-util
-
graphviz
-
hepmc3
-
hepmcmerger
...
...
@@ -72,6 +73,7 @@ spack:
-
py-boto3
-
py-dask
-
py-deepdiff
-
py-eic-rucio-policy-package
-
py-epic-capybara
-
py-hepunits
-
py-hist
...
...
This diff is collapsed.
Click to expand it.
spack.sh
+
2
−
0
View file @
d9037429
...
...
@@ -11,6 +11,7 @@ read -r -d '' SPACK_CHERRYPICKS <<- \
09f75ee426a2e05e0543570821582480ff823ba5
b90ac6441cfdf6425cb59551e7b0538899b69527
8e7641e584563c4859cbef992cd534e75ffd8142
c50ac5ac25619bdf0b3e75884a893a73e5713e05
---
## Optional hash table with comma-separated file list
read
-r
-d
''
SPACK_CHERRYPICKS_FILES <<-
\
...
...
@@ -21,3 +22,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## 09f75ee426a2e05e0543570821582480ff823ba5: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead
## b90ac6441cfdf6425cb59551e7b0538899b69527: celeritas: remove ancient versions and add CUDA package dependency
## 8e7641e584563c4859cbef992cd534e75ffd8142: onnx: set CMAKE_CXX_STANDARD to abseil-cpp cxxstd value
## c50ac5ac25619bdf0b3e75884a893a73e5713e05: py-gfal2-python: new package to fix gfal2-util
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