svn commit: r568680 - head/math/openblas

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 17 17:26:03 UTC 2021


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}}


More information about the svn-ports-head mailing list