Skip to content

Commit

Permalink
Merge branch 'develop' into version-update-bluepyemodelnexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiliç Ilkan Fabrice committed Nov 27, 2023
2 parents 0586026 + 084a912 commit 10bac7e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spack:
- brayns
- [email protected]
- py-bcsb
- [email protected]
- py-brayns
- [email protected]
- brion +python
Expand Down
5 changes: 0 additions & 5 deletions bluebrain/documentation/installing_with_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ and then activating it:

$ spack env activate -d spamhameggs

After the first activation, finish the configuration by explicitly stating that all
software should be considered together:

$ spack config add concretizer:unify:true

This will make sure that every package is only built once, in the specified
version.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ def setup_run_environment(self, env):
shift
fi
NRNIVMODL_EXTRA_INCLUDE_FLAGS="$1"
shift
NRNIVMODL_EXTRA_LOAD_FLAGS="$1"
NRNIVMODL_EXTRA_LOAD_FLAGS="$2"
if [ -n "{nrnivmodlcore_call}" ] && [ "$COMPILE_ONLY_NEURON" -eq "0" ]; then
rm -rf _core_mods
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-bcsb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PyBcsb(PythonPackage):
git = "ssh://[email protected]/viz/brayns/braynscircuitstudiobackend.git"

version("develop", branch="develop")
version("2.1.2", tag="v2.1.2")
version("2.1.1", tag="v2.1.1")

depends_on("[email protected]:", type=("build", "run"))
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-patches/packages/neuron/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Neuron(CMakePackage):
patch("patch-v800-cmake-nvhpc.patch", when="@8.0.0%nvhpc^[email protected]:")

version("develop", branch="master")
version("9.0.a14", commit="bd9426d9")
version("9.0.a13", commit="3bbdd8da")
version("9.0.a12", commit="6004512f")
version("9.0.a11", commit="b38dd11b")
Expand Down

0 comments on commit 10bac7e

Please sign in to comment.