Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • containers/eic_container
  • wdconinc/eic_container
  • tooba/eic_container
3 results
Show changes
Commits on Source (9)
......@@ -7,8 +7,8 @@ variables:
## Application versions used for the main release
## note: nightly builds will always use the master/main branch
JUGGLER_VERSION: "v10.0.1"
EICRECON_VERSION: "v1.4.1"
JUGGLER_VERSION: "v10.1.0"
EICRECON_VERSION: "v1.5.1"
## Local registry
CI_PUSH: 1
......
......@@ -115,6 +115,8 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
--mount=type=secret,id=mirrors,target=/opt/spack/etc/spack/mirrors.yaml \
source $SPACK_ROOT/share/spack/setup-env.sh \
&& export CCACHE_DIR=/ccache \
&& spack buildcache update-index local \
&& spack buildcache update-index eics3rw \
&& spack env activate --dir ${SPACK_ENV} \
&& spack add juggler@git.${JUGGLER_VERSION} \
&& spack add eicrecon@git.${EICRECON_VERSION} \
......
......@@ -5,10 +5,6 @@ detectors:
version: main
main:
version: main
23.03.0:
version: 23.03.0
patches:
- https://github.com/eic/epic/pull/449.patch
23.05.0:
version: 23.05.0
patches:
......@@ -37,3 +33,7 @@ detectors:
version: 23.07.2
23.08.0:
version: 23.08.0
23.09.0:
version: 23.09.0
23.09.1:
version: 23.09.1
......@@ -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.15"
EICSPACK_VERSION="v0.20.20"
## Space-separated list of eic-spack cherry-picks
read -r -d '' EICSPACK_CHERRYPICKS <<- \
......
......@@ -71,6 +71,7 @@ spack:
- py-seaborn
- py-toml
- py-uproot
- py-wurlitzer
- py-yapf
- root
- spdlog
......
......@@ -80,7 +80,7 @@ packages:
- '@656aa3192b097a631ddd1e0380e80c26fd6644a7'
edm4eic:
require:
- '@2.1.0'
- '@3.0.1'
- cxxstd=17
edm4hep:
require:
......@@ -125,6 +125,7 @@ packages:
graphviz:
require:
- '@8.0.1'
- +expat
hepmc3:
require:
- '@3.2.6'
......@@ -164,7 +165,7 @@ packages:
- '@3.11.2'
npsim:
require:
- '@1.2.0'
- '@1.3.0'
- +http
- any_of: [+geocad, -geocad]
onnx:
......@@ -266,6 +267,9 @@ packages:
py-uproot:
require:
- '@5.0.5'
py-wurlitzer:
require:
- '@3.0.2'
py-yapf:
require:
- '@0.30.0'
......