Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2022 03:04:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263575] math/openblas: 0.3.20 CPU detected failed
Message-ID:  <bug-263575-7788-pWFvAxm3DZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263575-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263575-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=3D263575

dewayne@heuristicsystems.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dewayne@heuristicsystems.co
                   |                            |m.au

--- Comment #5 from dewayne@heuristicsystems.com.au ---
(In reply to Boris Tassou from comment #4)
This reply pertains to an earlier openblas, but I've been down the road of
using TARGET and other incantations for our target destinations.  Unfortuna=
tely
some port maintainers adjust various settings, so I decided to be explicit =
and
force things. What we use might provide a clue to help get you going again:=
  :)

# make -C  /usr/ports/math/openblas -DUSE_K8 -VCC -VCFLAGS -VLDFLAGS
/usr/local/libexec/ccache/gcc10 -march=3Dhaswell

-O2 -pipe -g0 -ggdb0 -DSTRIP_FBSDID -fno-math-errno -DOPENSSL_NO_SSL2
-DOPENSSL_NO_SSL3 -Wl,--strip-debug -Wl,--build-id=3Dmd5 -Wl,--hash-style=
=3Dsysv
-Wl,-m,elf_x86_64_fbsd -fPIC -DPIC -fPIE -pie -fomit-frame-pointer
-fno-asynchronous-unwind-tables -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
-fstack-clash-protection -fno-signaling-nans -Wl,-rpath=3D/usr/local/lib/gc=
c10
-fno-common -march=3Dhaswell -march=3Dhaswell  -fstack-protector-strong

-Wl,--strip-debug -Wl,--build-id=3Dmd5 -Wl,--hash-style=3Dsysv -pie -Wl,-z,=
notext
-z notext -z relro -z now -z noexecstack -Wl,-rpath=3D/usr/local/lib/gcc10
-L/usr/local/lib/gcc10 -Wl,-rpath=3D/usr/local/lib/gcc10  -L/usr/local/lib/=
gcc10
-B/usr/local/bin -fstack-protector

I insert my adjustments via make.conf.  As I recall openblas was one of the
more complex (ie difficult) ports to build. (PS I probably should revisit my
CFLAGS, but...)

--=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-263575-7788-pWFvAxm3DZ>