Date: Wed, 17 Mar 2021 17:26:02 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568680 - head/math/openblas Message-ID: <202103171726.12HHQ2Wk008192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Mar 17 17:26:02 2021 New Revision: 568680 URL: https://svnweb.freebsd.org/changeset/ports/568680 Log: math/openblas: exclude OPENMP on powerpc64le Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it. Modified: head/math/openblas/Makefile Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Wed Mar 17 16:58:21 2021 (r568679) +++ head/math/openblas/Makefile Wed Mar 17 17:26:02 2021 (r568680) @@ -40,6 +40,7 @@ OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP OPTIONS_DEFAULT= OPENMP OPTIONS_DEFINE_i386= AVX AVX2 OPTIONS_DEFINE_amd64= AVX AVX2 +OPTIONS_EXCLUDE_powerpc64le= OPENMP OPTIONS_EXCLUDE_powerpc64= OPENMP OPTIONS_EXCLUDE_powerpc= OPENMP OPTIONS_RADIO= ${OPTIONS_RADIO_${ARCH}}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103171726.12HHQ2Wk008192>