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
128c84af
Commit
128c84af
authored
1 year ago
by
Sakib Rahman
Committed by
Wouter Deconinck
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add py-torch to container
parent
765bea42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!788
Add py-torch to container
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
spack-environment/Makefile
+1
-1
1 addition, 1 deletion
spack-environment/Makefile
spack-environment/dev/spack.yaml
+1
-0
1 addition, 0 deletions
spack-environment/dev/spack.yaml
spack-environment/packages.yaml
+6
-0
6 additions, 0 deletions
spack-environment/packages.yaml
spack.sh
+6
-0
6 additions, 0 deletions
spack.sh
with
14 additions
and
1 deletion
spack-environment/Makefile
+
1
−
1
View file @
128c84af
MAKEFLAGS
+=
-Orecurse
SPACK
?=
spack
SPACK_INSTALL_FLAGS
+=
--no-check-signature
SPACK_INSTALL_FLAGS
+=
--no-check-signature
--show-log-on-error
export
SPACK_COLOR
=
always
...
...
This diff is collapsed.
Click to expand it.
spack-environment/dev/spack.yaml
+
1
−
0
View file @
128c84af
...
...
@@ -75,6 +75,7 @@ spack:
-
py-scipy
-
py-seaborn
-
py-toml
-
py-torch
-
py-uproot
-
py-wurlitzer
-
py-yapf
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
+
6
−
0
View file @
128c84af
...
...
@@ -128,6 +128,9 @@ packages:
-
'
@11.1.3.east'
-
cxxstd=20 -vecgeom +threads -vtk
-
any_of
:
[
+opengl +qt +x11
,
-opengl -qt -x11
]
gloo
:
require
:
-
'
@2023-05-19'
graphviz
:
require
:
-
'
@8.0.1'
...
...
@@ -303,6 +306,9 @@ packages:
py-toml
:
require
:
-
'
@0.10.2'
py-torch
:
require
:
-
'
@2.1.0'
py-uproot
:
require
:
-
'
@5.0.5'
...
...
This diff is collapsed.
Click to expand it.
spack.sh
+
6
−
0
View file @
128c84af
...
...
@@ -20,6 +20,9 @@ f01774f1d41781bc4b9e5abb5469e234168da663
d171f314c77ba61b3cd780f159afe6abced5707d
b111064e221aae83e62226672cd8bf9a7524423d
3c54177c5d9032cb36cf154b553d739cbeb2d024
c07ddf83c32b7129247fe90eed486dd844047087
00875fbc749a7e4e979c35d59c0a8d60d32d4cd7
64cf67822471ec2d3df2625a6d713f80cbe7ff43
---
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
...
...
@@ -35,3 +38,6 @@ b111064e221aae83e62226672cd8bf9a7524423d
## d171f314c77ba61b3cd780f159afe6abced5707d: py-pygithub: new versions, dependencies
## b111064e221aae83e62226672cd8bf9a7524423d: py-htgettoken: use os.environ, avoid AttributeError
## 3c54177c5d9032cb36cf154b553d739cbeb2d024: edm4hep: add latest tag for 0.10.2
## c07ddf83c32b7129247fe90eed486dd844047087: py-torch: set env OpenBLAS_HOME
## 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7: py-torch: patch for ${OpenBLAS_HOME}/include/openblas
## 64cf67822471ec2d3df2625a6d713f80cbe7ff43: py-torch: move patch before def patch
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