Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions eic-spack.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# shellcheck shell=bash
# shellcheck disable=SC2034 # Variables are used by scripts that source this file
## EIC spack organization and repository, e.g. eic/eic-spack
EICSPACK_ORGREPO="eic/eic-spack"
## TESTING ONLY — revert to eic/eic-spack + the merge SHA before undrafting.
## The pinned commit is develop@dd8a73e + the MCP/opencode recipes.
EICSPACK_ORGREPO="aprozo/eic-spack"

## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION="dd8a73e348ec36c685da707c2d33f1d94b8df82c"
EICSPACK_VERSION="f356d6b81a19173901ef1e68eb2bb59099610b5f"
25 changes: 25 additions & 0 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ packages:
externals:
- spec: egl@1.5.0
prefix: /usr
eic-mcp:
require:
- '@main' # pin to the first tagged release once eic/eic-mcp tags one
eic-opticks:
require:
- '@0.3.0'
Expand Down Expand Up @@ -380,6 +383,9 @@ packages:
require:
- '@7.8.1:'
- +application_framework -vtk
opencode:
require:
- '@1.18.3:'
opengl:
buildable: False
externals:
Expand Down Expand Up @@ -510,6 +516,10 @@ packages:
py-matplotlib:
require:
- '@3.10' # avoid FT_Render_Glyph errors possibly due to https://github.com/matplotlib/matplotlib/pull/30059
py-mcp:
require:
- '@1.28:'
- +cli # rucio-eic-mcp-server needs mcp[cli]
py-mplhep:
require:
- '@0.4.0:'
Expand Down Expand Up @@ -622,6 +632,9 @@ packages:
- '@6.38.04'
- cxxstd=20 +fftw +fortran +gdml +http -ipo +mlp +python +root7 +tmva +tmva-sofie +x +xrootd +ssl
- any_of: [+opengl +webgui, -opengl -webgui]
rucio-eic-mcp-server:
require:
- '@0.1.0:'
sherpa:
require:
- '@3.0.1'
Expand Down Expand Up @@ -665,6 +678,9 @@ packages:
strace:
require:
- -mpers
supergateway:
require:
- '@3.4.3:'
swig:
require:
- '@4.1:' # constrain to avoid duplicates in eic_tf
Expand All @@ -675,6 +691,9 @@ packages:
require:
- '@2.8.0'
- -xnnpack
uproot-mcp-server:
require:
- '@0.1.0:'
valgrind:
require:
- '@3.20.0:'
Expand All @@ -688,9 +707,15 @@ packages:
require:
- '@5.7.0:'
- cxxstd=20 -davix +python +scitokens-cpp
xrootd-mcp-server:
require:
- '@0.1.0:'
yoda:
require:
- '@2.1.0:'
zenodo-mcp-server:
require:
- '@0.1.0:'
zlib-api:
require:
- zlib-ng
Expand Down
5 changes: 5 additions & 0 deletions spack-environment/xl/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spack:
- doxygen
- east
- edm4hep
- eic-mcp
- eic-smear
- eigen
- emacs
Expand Down Expand Up @@ -69,6 +70,7 @@ spack:
- ollama
- onnx
- opencascade
- opencode
- osg-ca-certs
- pelican
- phonebook-cli
Expand Down Expand Up @@ -126,13 +128,16 @@ spack:
- py-yapf
- rivet
- root
- rucio-eic-mcp-server
- sherpa
- simsipm
- slurm sysconfdir=/etc/slurm
- snakemake
- spdlog
- stow
- strace
- supergateway
- uproot-mcp-server
- valgrind
- xeyes
- xrootd
Expand Down
Loading