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)
This commit is contained in:
Gleb Popov 2021-03-22 16:00:58 +00:00
parent 059d02cb67
commit b640f00733
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568969

View file

@ -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: