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

feat: jug_prod headless

parent d1953a22
No related branches found
No related tags found
1 merge request!665feat: jug_prod headless
......@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack github version, e.g. v0.19.7 or commit hash
## note: nightly builds will use e.g. releases/v0.19
EICSPACK_VERSION="v0.20.10"
EICSPACK_VERSION="v0.20.11"
## Space-separated list of eic-spack cherry-picks
read -r -d '' EICSPACK_CHERRYPICKS <<- \
......
......@@ -111,7 +111,8 @@ packages:
geant4:
require:
- '@11.1.1'
- cxxstd=17 +opengl -vecgeom +x11 +qt +threads -vtk
- cxxstd=17 -vecgeom +threads -vtk
- any_of: [+opengl +qt +x11, -opengl -qt -x11]
graphviz:
require:
- '@8.0.1'
......@@ -154,8 +155,9 @@ packages:
- '@3.11.2'
npsim:
require:
- '@1.1.0'
- +geocad +http
- '@1.2.0'
- +http
- any_of: [+geocad, -geocad]
onnx:
require:
- '@1.13.1'
......@@ -265,7 +267,8 @@ packages:
root:
require:
- '@6.26.10'
- cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
- cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
- any_of: [+opengl +x, -opengl -x]
spdlog:
require:
- '@1.11.0'
......
......@@ -10,16 +10,16 @@ spack:
- fastjet
- fjcontrib
- gaudi
- geant4
- geant4 -opengl
- hepmc3
- intel-tbb
- irt
- jana2
- npsim
- npsim -geocad
- py-boto3
- py-jinja2
- py-jinja2-cli
- py-pip
- root
- root -opengl
- xrootd
view: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment