From 6bda3ee0632ed41b3f2736168b0d26e79ba5974e Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Tue, 27 Jul 2021 12:54:13 +0000 Subject: [PATCH] check if nest builds after changes made by Dennis in nest spack package --- spack.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index 33b81372..cda42edc 100644 --- a/spack.yaml +++ b/spack.yaml @@ -8,9 +8,10 @@ spack: # General - py-pip %gcc@10.3.0 # EBRAINS simulators - - nest@2.20.0 +python +gsl +mpi %gcc@10.3.0 + #- nest@2.20.0 +python +gsl +mpi %gcc@10.3.0 + - nest@3.0 +python +gsl +mpi %gcc@10.3.0 - arbor +mpi %gcc@10.3.0 - neuron +mpi %gcc@10.3.0 - py-pynn %gcc@10.3.0 # BrainScaleS (plus some constraining) - - visionary-dls-core ^py-setuptools-scm+toml ^python@3.8.0:3.8.999 ^binutils+ld ^py-astroid@2.5.6:2.6.999 ^py-scipy@:1.6.999 %gcc@10.3.0 + #- visionary-dls-core ^py-setuptools-scm+toml ^python@3.8.0:3.8.999 ^binutils+ld ^py-astroid@2.5.6:2.6.999 ^py-scipy@:1.6.999 %gcc@10.3.0 -- GitLab