aboutsummaryrefslogtreecommitdiff
path: root/math/openblas
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-03-22 16:00:58 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-03-22 16:00:58 +0000
commitb640f007336acccb4be26ae86e068065ec592ace (patch)
tree55d756f061cf4166e2dfb7e908684cf4653c9b1a /math/openblas
parent059d02cb67e4f50dd3adc96ade0dc0a36a77ca29 (diff)
downloadports-b640f007336acccb4be26ae86e068065ec592ace.tar.gz
ports-b640f007336acccb4be26ae86e068065ec592ace.zip
math/openblas: Allow building in poudriere with DYNAMIC_ARCH=off.
The removed check was simply a safety belt. Improve option's description to underline that turning it off semantically equals to building with march=native. PR: 245926 Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=568969
Diffstat (limited to 'math/openblas')
-rw-r--r--math/openblas/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index a99d38d0b98d..316164a21f74 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -54,7 +54,7 @@ OPTIONS_DEFAULT_amd64= DYNAMIC_ARCH
OPTIONS_DEFAULT_powerpc64le= DYNAMIC_ARCH
.endif
-DYNAMIC_ARCH_DESC= Support multiple CPU types on i386 and amd64
+DYNAMIC_ARCH_DESC= Optimize for multiple CPU types, otherwise for this CPU
INTERFACE64_DESC= Use 8 byte integers on 64-bit architectures
OPENMP_DESC= Use OpenMP for threading
AVX_DESC= Support Advanced Vector Extensions (AVX)
@@ -86,10 +86,6 @@ USE_GCC= yes
MAXTHREADS?= 64
-.if ! ${PORT_OPTIONS:MDYNAMIC_ARCH} && ( ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "powerpc64le")
-MANUAL_PACKAGE_BUILD= Optimizes for the build machine.
-.endif
-
.include <bsd.port.pre.mk>
post-extract: