Skip to content

Commit

Permalink
Add a folder with common configuration for Key4hep releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 3, 2024
1 parent d4cdeed commit 1325eba
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
5 changes: 5 additions & 0 deletions environments/key4hep-release-share/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config:
install_tree:
projections:
all: "{name}/{version}"
root: /cvmfs/sw.hsf.org/key4hep/share
56 changes: 56 additions & 0 deletions environments/key4hep-release-share/packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
packages:
g4ndl:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4ndl/4.7.1
buildable: False
g4emlow:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4emlow/8.5
buildable: False
g4photonevaporation:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4photonevaporation/5.7
buildable: False
g4radioactivedecay:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4radioactivedecay/5.6
buildable: False
g4particlexs:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4particlexs/4.0
buildable: False
g4pii:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4pii/1.3
buildable: False
g4realsurface:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4realsurface/2.2
buildable: False
g4saiddata:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4saiddata/2.0
buildable: False
g4abla:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4abla/3.3
buildable: False
g4incl:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4incl/1.2
buildable: False
g4ensdfstate:
externals:
- spec: "[email protected]"
prefix: /cvmfs/sw.hsf.org/key4hep/share/g4ensdfstate/2.3
buildable: False
12 changes: 12 additions & 0 deletions environments/key4hep-release-share/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
spack:
view: false
include:
- ./config.yaml
# Put packages before the common packages so that it doesn't get overwritten
# See https://github.com/spack/spack/blob/master/lib/spack/docs/environments.rst?plain=1#L528
- ../key4hep-common/packages.yaml
- ../key4hep-common/compilers.yaml
repos:
- ../..
specs:
- [email protected]

0 comments on commit 1325eba

Please sign in to comment.