BLAS++: OpenMP for AppleClang (#22211)

We need to install OpenMP for Apple's Clang.
This commit is contained in:
Axel Huebl 2021-03-10 01:12:04 -08:00 committed by GitHub
parent 55c1e76408
commit 8c613fadf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')