Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2023 09:20:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273139] math/openblas: 0.3.20_1 CPU detected failed for Atom CPU
Message-ID:  <bug-273139-7788-Gru5tgYvJi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273139-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273139-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=3D273139

--- Comment #1 from Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> ---
Hi, could you remove 'WITH' from the knob in your make.conf?
=3D=3D=3D
.if ${.CURDIR:M*/math/openblas}
TARGET_CPU_ARCH=3D        ATOM
.endif
=3D=3D=3D
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.
=3D=3D=3D
MAKE_NB_JOBS=3D-1
NUM_THREADS=3D64
USE_THREAD=3D1
TARGET=3DATOM
USE_OPENMP=3D1
BINARY=3D64
=3D=3D=3D

Thank you!

--=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-273139-7788-Gru5tgYvJi>