summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@lanl.gov>2020-07-07 12:27:10 -0600
committerGitHub <noreply@github.com>2020-07-07 13:27:10 -0500
commit90285c7d6105d6ec1d77d207338ba4eea54cc212 (patch)
tree1ef3e37fb3b7d3602ee2f45d5e1eb9abde6b50fb
parent6c300ab717d7bea6bf05cf8090b37a3d092a8b27 (diff)
downloadspack-90285c7d6105d6ec1d77d207338ba4eea54cc212.tar.gz
spack-90285c7d6105d6ec1d77d207338ba4eea54cc212.tar.bz2
spack-90285c7d6105d6ec1d77d207338ba4eea54cc212.tar.xz
spack-90285c7d6105d6ec1d77d207338ba4eea54cc212.zip
votca-tools: fix build with mkl (#17414)
-rw-r--r--var/spack/repos/builtin/packages/votca-tools/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/votca-tools/package.py b/var/spack/repos/builtin/packages/votca-tools/package.py
index f676fb633b..8bedb0477a 100644
--- a/var/spack/repos/builtin/packages/votca-tools/package.py
+++ b/var/spack/repos/builtin/packages/votca-tools/package.py
@@ -30,7 +30,7 @@ class VotcaTools(CMakePackage):
version('1.4', sha256='41638122e7e59852af61d391b4ab8c308fd2e16652f768077e13a99d206ec5d3')
# https://github.com/votca/tools/pull/229, fix mkl in exported target
- patch("https://github.com/votca/tools/pull/229.patch", sha256="250d0b679e5d3104e3c8d6adf99751b71386c7ed4cbdae1c75408717ef3f401f", when="@1.6+mkl")
+ patch("https://github.com/votca/tools/pull/229.patch", sha256="250d0b679e5d3104e3c8d6adf99751b71386c7ed4cbdae1c75408717ef3f401f", when="@1.6:1.6.0+mkl")
variant('mkl', default=False, description='Build with MKL support')
conflicts('+mkl', when='@1.4:1.5.9999')