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

nmodl: draft deployment to unblock HPCTM-1854 #2433

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
3 changes: 0 additions & 3 deletions bluebrain/deployment/environments/applications_hpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ spack:
- morpho-kit
- neuron+tests+coreneuron
- neuron+tests+coreneuron+sympy
- neuron%nvhpc+caliper+coreneuron+gpu+tests+openmp
- neuron%nvhpc+caliper+coreneuron+gpu+tests~openmp
- neuron%nvhpc+caliper+coreneuron+gpu+tests+openmp+sympy
- [email protected]
- neurodamus-mousify+coreneuron+caliper
- neurodamus-models model=hippocampus +coreneuron+caliper
Expand Down
2 changes: 2 additions & 0 deletions bluebrain/repo-bluebrain/packages/nmodl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class Nmodl(CMakePackage):

version("develop", branch="master", submodules=True)
version("llvm", branch="llvm", submodules=True)
# temporary version to unblock HPCTM-1854
version("0.7.a4", commit="5c8b6298d524c6c0418360311ec7139b3b92ee26")
version("0.7.a3", commit="2fb037e1f8d60d522ba16bd968c69a318ce5a827")
version("0.7.a2", commit="6f6db3b6f25e066db46d8a5fc85a1697363b995c")
version("0.7.a1", commit="2ce4a2b91dfcfe6356b6a5003c4e99b8711564ee")
Expand Down
Loading