[Bug 273139] math/openblas: 0.3.20_1 CPU detected failed for Atom CPU
Date: Tue, 15 Aug 2023 09:20:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273139 --- Comment #1 from Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> --- Hi, could you remove 'WITH' from the knob in your make.conf? === .if ${.CURDIR:M*/math/openblas} TARGET_CPU_ARCH= ATOM .endif === Your specified TARGET is confirmed by checking Makefile.rule. $ tail work/OpenBLAS-0.3.20/Makefile.rule After starting the build process you can get like this. === MAKE_NB_JOBS=-1 NUM_THREADS=64 USE_THREAD=1 TARGET=ATOM USE_OPENMP=1 BINARY=64 === Thank you! -- You are receiving this mail because: You are the assignee for the bug.