intel-mkl: It is only available for x86_64 (#34391)

This commit is contained in:
Bernhard Kaindl 2022-12-09 02:10:00 +01:00 committed by GitHub
parent f5bff16745
commit f8c0d9728d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,10 @@ class IntelMkl(IntelPackage):
depends_on("cpio", type="build")
conflicts("target=ppc64:", msg="intel-mkl is only available for x86_64")
conflicts("target=ppc64le:", msg="intel-mkl is only available for x86_64")
conflicts("target=aarch64:", msg="intel-mkl is only available for x86_64")
variant("shared", default=True, description="Builds shared library")
variant("ilp64", default=False, description="64 bit integers")
variant(