From c1d11975f5d755ff33927685ffb0749e0db715e5 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:09:29 +0100 Subject: intel-parallel-studio: package is only available for x86_64 (#34392) --- var/spack/repos/builtin/packages/intel-parallel-studio/package.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/intel-parallel-studio/package.py b/var/spack/repos/builtin/packages/intel-parallel-studio/package.py index a02e75feb8..8160932810 100644 --- a/var/spack/repos/builtin/packages/intel-parallel-studio/package.py +++ b/var/spack/repos/builtin/packages/intel-parallel-studio/package.py @@ -547,6 +547,10 @@ class IntelParallelStudio(IntelPackage): provides("mpi", when="+mpi") provides("tbb", when="+tbb") + conflicts("target=ppc64:", msg="intel-parallel-studio is only available for x86_64") + conflicts("target=ppc64le:", msg="intel-parallel-studio is only available for x86_64") + conflicts("target=aarch64:", msg="intel-parallel-studio is only available for x86_64") + # For TBB, static linkage is not and has never been supported by Intel: # https://www.threadingbuildingblocks.org/faq/there-version-tbb-provides-statically-linked-libraries conflicts("+tbb", when="~shared") @@ -588,7 +592,7 @@ class IntelParallelStudio(IntelPackage): "F77": spack_f77, "F90": spack_fc, "FC": spack_fc, - } + }, ) def setup_run_environment(self, env): -- cgit v1.2.3-60-g2f50