Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 16:48:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245926] math/openblas: does not build under poudriere on FreeBSD 11.3-RELEASE-p8
Message-ID:  <bug-245926-7788-iQ831vxyDH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245926-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245926-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245926

Rainer Hurling <rhurlin@gwdg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhurlin@gwdg.de

--- Comment #1 from Rainer Hurling <rhurlin@gwdg.de> ---
Hi Gerard,

This is because of the following part in the math/openblas ports Makefile:

.if ! ( ${PORT_OPTIONS:MDYNAMIC_ARCH} && ( ${ARCH} =3D=3D "amd64" || ${ARCH=
} =3D=3D
"i386" ) )
MANUAL_PACKAGE_BUILD=3D   Optimizes for the build machine.
.endif


In most cases, _enabling_ OPTION DYNAMIC_ARCH should do the job.=20

(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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245926-7788-iQ831vxyDH>