Skip to content
Snippets Groups Projects
Commit ee64af80 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'sda' into 'master'

Update sda's dependencies according to @baumbach's suggestion

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!121
parents f5a77d7a 61b519ca
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class Sda(MakefilePackage): ...@@ -27,7 +27,7 @@ class Sda(MakefilePackage):
version('7.3.3d', sha256='295ca0142532759a43375422a4ebc050e15b1c248e45493f5864765a9fe8076f') version('7.3.3d', sha256='295ca0142532759a43375422a4ebc050e15b1c248e45493f5864765a9fe8076f')
# Dependencies. # Dependencies.
depends_on('gcc@9.4.0:') depends_on('%gcc@9.4.0:')
depends_on('python@3.8:', type=('build','run')) depends_on('python@3.8:', type=('build','run'))
conflicts('%intel') conflicts('%intel')
......
...@@ -59,7 +59,7 @@ spack: ...@@ -59,7 +59,7 @@ spack:
#- biobb-md #- biobb-md
- apbs - apbs
#- py-pdb2pqr #- py-pdb2pqr
#- sda - sda
# demo for codejam12 # demo for codejam12
#- funniest1022 #- funniest1022
concretization: together 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