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

Merge branch 'fix_ambertools_build' into 'master'

fix(ambertools): build

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!471
parents 58c78ee1 d61ee815
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Ambertools (CMakePackage):
depends_on("flex", type="build") # This is necessary for sure (experimentally tested)
depends_on("bison", type="build") # This is necessary for sure (experimentally tested)
depends_on("tcsh", type="build")
depends_on("zlib", type=("build", "run"))
depends_on("zlib", type=("build", "link", "run"))
depends_on("bzip2", type=("build", "run"))
depends_on("blas", type=("build", "run"))
depends_on("lapack", type=("build", "run"))
......
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