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

Merge branch 'apbs' into 'master'

Update package.py of apbs to fix runtime error

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!143
parents 56f1d316 08e26d3f
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ class Apbs(CMakePackage):
# Dependencies.
depends_on('cmake@3.19', type='build')
depends_on('python@3.8:3.10', type=('build'))
depends_on('blas', type='build')
depends_on('suite-sparse', type='build')
depends_on('maloc', type='build')
depends_on('python@3.8:3.10', type=('build', 'run'))
depends_on('blas', type=('build', 'run'))
depends_on('suite-sparse', type=('build', 'run'))
depends_on('maloc', type=('build', 'run'))
def cmake_args(self):
# Min and max Python versions need to be set as variables to pass tests.
......
......@@ -56,7 +56,7 @@ spack:
#- py-snudda
#- biobb-common
#- biobb-md
#- apbs
- apbs
#- py-pdb2pqr
#- sda
# demo for codejam12
......
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