[Bug 263575] math/openblas: 0.3.20 CPU detected failed

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 May 2022 08:01:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263575

--- Comment #8 from Boris Tassou <boris.tassou@securmail.fr> ---
This is my /usr/local/etc/poudriere.d/make.conf :
WITH_PKGNG = yes
DISABLE_LICENSES = yes
WITHOUT_X11 = yes
OPTIONS_UNSET += X11
OPTIONS_UNSET += GTK2
.if ${.CURDIR:M*/ports/math/openblas*}
WITH_TARGET_CPU_ARCH=NEHALEM
.endif

I tried with those path :
CURDIR:M*/ports/math/openblas*
CURDIR:M*/math/openblas*

But same.

But i still have the error :
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[1]: *** [Makefile.prebuild:78: getarch_2nd] Error 1
Makefile:160: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly,
e.g. make TARGET=your_cpu_target. Please read README for the detail..  Stop.
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.3.20'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

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