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

Acts@19.0.0 *not working with juggler yet

parent 40f40882
Branches
Tags
1 merge request!292Acts@19.0.0 *not working with juggler yet
...@@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest ...@@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables: variables:
## Application versions used for the main release ## Application versions used for the main release
## note: nightly builds will always use the master/main branch ## note: nightly builds will always use the master/main branch
JUGGLER_VERSION: "v6.0.0" JUGGLER_VERSION: "v7.0.0"
NPDET_VERSION: "v1.3.0" NPDET_VERSION: "v1.3.0"
EICD_VERSION: "v2.0.0" EICD_VERSION: "v2.0.0"
AFTERBURNER_VERSION: "v0.1.2" AFTERBURNER_VERSION: "v0.1.2"
......
spack: spack:
specs: specs:
- acts@18.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4 - acts@19.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4
- cairo@1.16.0 +fc+ft+X+pdf+gobject - cairo@1.16.0 +fc+ft+X+pdf+gobject
- clhep@2.4.4.0 cxxstd=17 - clhep@2.4.4.0 cxxstd=17
- cmake@3.21.4 - cmake@3.21.4
......
from spack.pkg.builtin.acts import Acts as BuiltinActs from spack.pkg.builtin.acts import Acts as BuiltinActs
class Acts(BuiltinActs): class Acts(BuiltinActs):
version('19.0.0', commit='1ce9c583150060ba8388051685433899713d56d9', submodules=True)
version('18.0.0', commit='fe03b5af6ca2b092dec87c4cef77dd552bbbe719', submodules=True) version('18.0.0', commit='fe03b5af6ca2b092dec87c4cef77dd552bbbe719', submodules=True)
version('17.1.0', commit='0d9c3a6da022da48d6401e10c273896a1f775a9e', submodules=True) version('17.1.0', commit='0d9c3a6da022da48d6401e10c273896a1f775a9e', submodules=True)
version('17.0.0', commit='ccbf4c7d4ec3698bac4db9687fab2455a3f9c203', submodules=True) version('17.0.0', commit='ccbf4c7d4ec3698bac4db9687fab2455a3f9c203', submodules=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment