BLAS++: OpenMP for AppleClang (#22211)
We need to install OpenMP for Apple's Clang.
This commit is contained in:
parent
55c1e76408
commit
8c613fadf0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class Blaspp(CMakePackage, CudaPackage):
|
|||
|
||||
depends_on('cmake@3.15.0:', type='build')
|
||||
depends_on('blas')
|
||||
depends_on('llvm-openmp', when='%apple-clang +openmp')
|
||||
|
||||
# only supported with clingo solver: virtual dependency preferences
|
||||
# depends_on('openblas threads=openmp', when='+openmp ^openblas')
|
||||
|
|
Loading…
Reference in a new issue