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

Merge branch 'apbs' into 'master'

Make apbs use the available python version

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!122
parents d53fd1b2 63bdc717
No related branches found
No related tags found
3 merge requests!148create new experimental release,!139create new experimental release,!122Make apbs use the available python version
Pipeline #17723 passed with stage
in 30 minutes and 6 seconds
......@@ -31,7 +31,7 @@ class Apbs(CMakePackage):
# Dependencies.
depends_on('cmake@3.19', type='build')
depends_on('python@3.9:3.10', 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')
......@@ -40,7 +40,7 @@ class Apbs(CMakePackage):
# Min and max Python versions need to be set as variables to pass tests.
# See tests/CMakeLists.txt lines 6-14.
args = [
'-DPYTHON_MIN_VERSION=3.9',
'-DPYTHON_MIN_VERSION=3.8',
'-DPYTHON_MAX_VERSION=3.10',
]
return args
......@@ -57,7 +57,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