Skip to content

Commit 82fc3c1

Browse files
committed
feat: create eic_xs with all geant4 data as external on cvmfs
1 parent 44894b8 commit 82fc3c1

File tree

3 files changed

+163
-0
lines changed

3 files changed

+163
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# This file contains geant4 data packages available on cvmfs
2+
#
3+
packages:
4+
g4abla:
5+
buildable: False
6+
externals:
7+
8+
prefix: /cvmfs/geant4.cern.ch
9+
g4channeling:
10+
buildable: False
11+
externals:
12+
13+
prefix: /cvmfs/geant4.cern.ch
14+
g4emlow:
15+
buildable: False
16+
externals:
17+
18+
prefix: /cvmfs/geant4.cern.ch
19+
g4ensdfstate:
20+
buildable: False
21+
externals:
22+
23+
prefix: /cvmfs/geant4.cern.ch
24+
g4incl:
25+
buildable: False
26+
externals:
27+
28+
prefix: /cvmfs/geant4.cern.ch
29+
g4ndl:
30+
buildable: False
31+
externals:
32+
33+
prefix: /cvmfs/geant4.cern.ch
34+
g4nudexlib:
35+
buildable: False
36+
externals:
37+
38+
prefix: /cvmfs/geant4.cern.ch
39+
g4particlexs:
40+
buildable: False
41+
externals:
42+
43+
prefix: /cvmfs/geant4.cern.ch
44+
g4photonevaporation:
45+
buildable: False
46+
externals:
47+
48+
prefix: /cvmfs/geant4.cern.ch
49+
g4pii:
50+
buildable: False
51+
externals:
52+
53+
prefix: /cvmfs/geant4.cern.ch
54+
g4radioactivedecay:
55+
buildable: False
56+
externals:
57+
58+
prefix: /cvmfs/geant4.cern.ch
59+
g4realsurface:
60+
buildable: False
61+
externals:
62+
63+
prefix: /cvmfs/geant4.cern.ch
64+
g4saiddata:
65+
buildable: False
66+
externals:
67+
68+
prefix: /cvmfs/geant4.cern.ch
69+
g4tendl:
70+
buildable: False
71+
externals:
72+
73+
prefix: /cvmfs/geant4.cern.ch
74+
g4urrpt:
75+
buildable: False
76+
externals:
77+
78+
prefix: /cvmfs/geant4.cern.ch
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
spack:
2+
include:
3+
- ../../concretizer.yaml
4+
- ../../packages.yaml
5+
- ../../view.yaml
6+
include_concrete:
7+
- /opt/spack-environment/ci
8+
specs:
9+
- algorithms
10+
- edm4eic
11+
- eicrecon
12+
- epic@main # EPIC_VERSION
13+
- juggler

spack-environment/xs/spack.yaml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
spack:
2+
include:
3+
- ../concretizer.yaml
4+
- ../packages.yaml
5+
- ../packages_cvmfs_geant4data.yaml
6+
- ../view.yaml
7+
specs:
8+
- acts
9+
- actsvg
10+
- afterburner
11+
- cmake
12+
- covfie
13+
- dd4hep -ddeve
14+
- edm4hep
15+
- eigen
16+
- fastjet
17+
- fjcontrib
18+
- fmt
19+
- gaudi
20+
- geant4 -opengl
21+
- gfal2
22+
- gfal2-util
23+
- graphviz
24+
- hepmc3
25+
- hepmcmerger
26+
- heppdt
27+
- imagemagick
28+
- irt
29+
- iwyu
30+
- jana2
31+
- nopayloadclient
32+
- npsim -geocad
33+
- onnx
34+
- osg-ca-certs
35+
- podio
36+
- prmon
37+
- pythia8
38+
- py-awkward
39+
- py-bokeh
40+
- py-boost-histogram
41+
- py-dask
42+
- py-dask-histogram
43+
- py-deepdiff
44+
- py-eic-rucio-policy-package
45+
- py-epic-capybara
46+
- py-graphviz
47+
- py-hepunits
48+
- py-hist
49+
- py-histoprint
50+
- py-jinja2
51+
- py-jinja2-cli
52+
- py-lmfit
53+
- py-lxml
54+
- py-matplotlib
55+
- py-mplhep
56+
- py-htgettoken
57+
- py-numpy
58+
- py-onnx
59+
- py-onnxruntime
60+
- py-pandas
61+
- py-particle
62+
- py-pip
63+
- py-rucio-clients
64+
- py-scipy
65+
- py-seaborn
66+
- py-toml
67+
- py-uproot
68+
- py-vector
69+
- root -opengl -webgui
70+
- snakemake
71+
- spdlog
72+
- xrootd

0 commit comments

Comments
 (0)