From d4b83daa48a5d6fcf03e298dc6351b54a46a5b2c Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Mon, 12 Oct 2020 19:13:20 +0200 Subject: concretizer: added logic for preferred variants If preferred variants are present, they'll set the default value of a variant. Otherwise the default value is what is encoded in package.py --- var/spack/repos/builtin/packages/plasma/package.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/plasma/package.py b/var/spack/repos/builtin/packages/plasma/package.py index 62a35428ff..99ee4cb3a1 100644 --- a/var/spack/repos/builtin/packages/plasma/package.py +++ b/var/spack/repos/builtin/packages/plasma/package.py @@ -42,16 +42,16 @@ class Plasma(CMakePackage): depends_on("blas") depends_on("lapack") - conflicts("atlas") # does not have LAPACKE interface + conflicts("^atlas") # does not have LAPACKE interface # missing LAPACKE features and/or CBLAS headers - conflicts("netlib-lapack@:3.5.999") + conflicts("^netlib-lapack@:3.5.999") # clashes with OpenBLAS declarations and has a problem compiling on its own - conflicts("cblas") + conflicts("^cblas") - conflicts("openblas-with-lapack") # incomplete LAPACK implementation - conflicts("veclibfort") + conflicts("^openblas-with-lapack") # incomplete LAPACK implementation + conflicts("^veclibfort") # only GCC 4.9+ and higher have sufficient support for OpenMP 4+ tasks+deps conflicts("%gcc@:4.8.99", when='@:17.1') -- cgit v1.2.3-70-g09d2