Skip to content
Snippets Groups Projects
Commit efaad2ed authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Build at JSC the v0.1 + hotfix version of EBRAINS tools

that is currently installed at CSCS
parent dfc0da83
No related branches found
No related tags found
No related merge requests found
...@@ -51,12 +51,12 @@ python -m ipykernel_launcher -f \$@ ...@@ -51,12 +51,12 @@ python -m ipykernel_launcher -f \$@
EOF EOF
chmod +x $LAB_KERNEL_PATH/bin/env.sh chmod +x $LAB_KERNEL_PATH/bin/env.sh
# create the new kernel's configuration file # create the new kernel's configuration file
mkdir $LAB_KERNEL_PATH/spack_python_kernel_release_202112 mkdir $LAB_KERNEL_PATH/spack_python_kernel_release_20210930
cat <<EOF >$LAB_KERNEL_PATH/spack_python_kernel_release_202112/kernel.json cat <<EOF >$LAB_KERNEL_PATH/spack_python_kernel_release_20210930/kernel.json
{ {
"argv": ["$LAB_KERNEL_PATH/bin/env.sh", "{connection_file}", "--profile=default"], "argv": ["$LAB_KERNEL_PATH/bin/env.sh", "{connection_file}", "--profile=default"],
"display_name": "EBRAINS_release_v0.2_202112", "display_name": "EBRAINS_release_v0.1_202109",
"name": "spack_python_kernel_release_202112", "name": "spack_python_kernel_release_20210930",
"language": "python" "language": "python"
} }
EOF EOF
...@@ -20,7 +20,7 @@ spack: ...@@ -20,7 +20,7 @@ spack:
- nest@3.0 +python +gsl +mpi %gcc@10.3.0 - nest@3.0 +python +gsl +mpi %gcc@10.3.0
- arbor +mpi ^python@3:3.9 %gcc@10.3.0 - arbor +mpi ^python@3:3.9 %gcc@10.3.0
- neuron +mpi %gcc@10.3.0 - neuron +mpi %gcc@10.3.0
- py-pynn@0.9.6 %gcc@10.3.0 - py-pynn@0.9.5 %gcc@10.3.0
- tvb-data %gcc@10.3.0 - tvb-data %gcc@10.3.0
- tvb-library ^binutils+ld+gold %gcc@10.3.0 - tvb-library ^binutils+ld+gold %gcc@10.3.0
- tvb-storage ^binutils+ld+gold %gcc@10.3.0 - tvb-storage ^binutils+ld+gold %gcc@10.3.0
...@@ -28,10 +28,5 @@ spack: ...@@ -28,10 +28,5 @@ spack:
- py-formencode %gcc@10.3.0 - py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0 - tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0 - meta-brainscales %gcc@10.3.0
- pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0 - pynn-brainscales@1.0-rc2 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
#- py-lfpy@2.2.3 %gcc@10.3.0 concretization: together
# demo for codejam12
- funniest1022 %gcc@10.3.0
# NRP
- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
concretization: together
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment