svn commit: r537898 - head/math/openblas
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jun 4 14:29:05 UTC 2020
Author: pkubaj
Date: Thu Jun 4 14:29:04 2020
New Revision: 537898
URL: https://svnweb.freebsd.org/changeset/ports/537898
Log:
math/openblas: disable OPENMP for powerpc
Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled.
Modified:
head/math/openblas/Makefile
Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile Thu Jun 4 14:25:13 2020 (r537897)
+++ head/math/openblas/Makefile Thu Jun 4 14:29:04 2020 (r537898)
@@ -46,6 +46,7 @@ OPTIONS_DEFINE_i386= AVX AVX2
OPTIONS_DEFINE_amd64= AVX AVX2
OPTIONS_DEFINE_powerpc64= POWER6
OPTIONS_EXCLUDE_powerpc64= OPENMP
+OPTIONS_EXCLUDE_powerpc= OPENMP
OPTIONS_SUB= yes
.if defined(BATCH) || defined(PACKAGE_BUILDING)
More information about the svn-ports-head
mailing list