[Bug 245926] math/openblas: does not build under poudriere on FreeBSD 11.3-RELEASE-p8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 26 16:48:12 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245926
Rainer Hurling <rhurlin at gwdg.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhurlin at gwdg.de
--- Comment #1 from Rainer Hurling <rhurlin at gwdg.de> ---
Hi Gerard,
This is because of the following part in the math/openblas ports Makefile:
.if ! ( ${PORT_OPTIONS:MDYNAMIC_ARCH} && ( ${ARCH} == "amd64" || ${ARCH} ==
"i386" ) )
MANUAL_PACKAGE_BUILD= Optimizes for the build machine.
.endif
In most cases, _enabling_ OPTION DYNAMIC_ARCH should do the job.
(Disabling it, the port has to build code optimized for a specific CPU.
Poudriere is not able to do this in its default settings.)
HTH,
Rainer
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list