Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy: split nexus out of science environment #2190

Merged
merged 9 commits into from
Nov 16, 2023
47 changes: 47 additions & 0 deletions bluebrain/deployment/environments/applications_nexus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
spack:
view: false
modules:
default:
tcl:
include:
- py-bba-datafetch
- py-bba-data-push
- py-bba-webexporter
- py-bluepyemodel
- py-bluepyemodelnexus
- py-data-integrity-check
- py-nexusforge
- py-nexus-sdk
- py-token-fetch
packages:
hdf5:
variants: ~mpi+hl
highfive:
variants: ~mpi
libsonata:
variants: ~mpi
mvdtool:
variants: ~mpi
netcdf-c:
variants: ~mpi
proj:
variants: ~curl
py-h5py:
variants: ~mpi
vtk:
variants: ~mpi~ffmpeg~opengl2
# 9.2 release tarball seems broken in the 2023 deployment
require: '@:9.0'
py-ipyparallel:
# otherwise, 6.3 is picked (cheaper setuptools penalty), and things break
require: "@8:"
specs:
- py-bba-datafetch
- py-bba-data-push
- py-bba-webexporter
- py-bluepyemodel
- py-bluepyemodelnexus
- py-data-integrity-check
- py-nexusforge
- py-nexus-sdk
- py-token-fetch
30 changes: 2 additions & 28 deletions bluebrain/deployment/environments/applications_science.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,14 @@ spack:
- py-atlannot
- py-atldld
- py-atlinter
- py-bba-datafetch
- py-bba-data-push
- py-bba-webexporter
- py-bluecellulab
- py-bluepyefe
- py-bluepyemodel
- py-bluepyemodelnexus
- py-bluepymm
- py-bluepyopt
- py-bluepyparallel
- py-connectome-manipulator
- py-data-integrity-check
- py-efel
- py-nexusforge
- py-nexus-sdk
- py-synthesis-workflow
- py-token-fetch
- py-visual-cortex-analysis
packages:
hdf5:
Expand All @@ -33,45 +24,28 @@ spack:
variants: ~mpi
libsonata:
variants: ~mpi
mvdtool:
variants: ~mpi
netcdf-c:
variants: ~mpi
proj:
variants: ~curl
py-h5py:
variants: ~mpi
py-mvdtool:
variants: ~mpi
vtk:
variants: ~mpi~ffmpeg~opengl2
# 9.2 release tarball seems broken in the 2023 deployment
require: '@:9.0'
py-ipyparallel:
# otherwise, 6.3 is picked (cheaper setuptools penalty), and things break
require: "@8:"
py-torch:
require: "@1.13.1"
vtk:
require: "@:9.0.3"
specs:
- py-amici # BSD-276
- py-atlannot
- py-atldld
- py-atlinter
- py-bba-datafetch
- py-bba-data-push
- py-bba-webexporter
- py-bluecellulab
- py-bluepyefe
- py-bluepyemodel
- py-bluepyemodelnexus
- py-bluepymm
- py-bluepyopt
- py-bluepyparallel
- py-connectome-manipulator+convert
- py-data-integrity-check
- py-efel
- py-nexusforge
- py-nexus-sdk
- py-synthesis-workflow
- py-token-fetch
- py-visual-cortex-analysis
3 changes: 3 additions & 0 deletions bluebrain/deployment/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ nse:
science:
extends: .spack_stage_applications

nexus:
extends: .spack_stage_applications

viz:
extends: .spack_stage_applications

Expand Down