Skip to content
Snippets Groups Projects
Commit d61ee815 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(ambertools): build

parent f97ea7f2
No related branches found
No related tags found
2 merge requests!475create new experimental release,!471fix(ambertools): build
Pipeline #26473 failed with stage
in 24 minutes and 18 seconds
......@@ -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