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

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

--- Comment #10 from dewayne@heuristicsystems.com.au ---
(In reply to Boris Tassou from comment #6)
Apologies for delay. My make.conf files include:

TARGET=amd64
TARGET_ARCH=amd64
CPUTYPE=core2  # or haswell as I use different machines.
CFLAGS+= -march=${CPUTYPE}
COPTFLAGS+= -march=${CPUTYPE} -O2
CXXFLAGS+= -march=${CPUTYPE}
COPTFLAGS+= -march=${CPUTYPE}

I do not use poudriere.

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