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

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Apr 2022 12:15:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263575

--- Comment #2 from Boris Tassou <boris.tassou@securmail.fr> ---
Hi,

I put in make.conf :
TARGET=NEHALEM

but i still have this 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

My make.conf :
cat make.conf 
WITH_PKGNG = yes
DISABLE_LICENSES = yes
WITHOUT_X11 = yes
OPTIONS_UNSET += X11
OPTIONS_UNSET += GTK2
TARGET=NEHALEM

The make.conf is here :
/usr/local/etc/poudriere.d/make.conf

and i launch the compilation with poudriere like that :
/usr/local/bin/poudriere bulk -j F130 -z mine math/openblas

Thanks for the help

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