Skip to content
Snippets Groups Projects
Commit 6b9a56e1 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

fix(ambertools): build

parent 0d1c5f72
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class Ambertools (CMakePackage): ...@@ -19,7 +19,7 @@ class Ambertools (CMakePackage):
depends_on("flex", type="build") # This is necessary for sure (experimentally tested) 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("bison", type="build") # This is necessary for sure (experimentally tested)
depends_on("tcsh", type="build") 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("bzip2", type=("build", "run"))
depends_on("blas", type=("build", "run")) depends_on("blas", type=("build", "run"))
depends_on("lapack", 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