[Bug 240379] math/openblas: fix build on powerpc64 with clang in base
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 6 22:19:35 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240379
Bug ID: 240379
Summary: math/openblas: fix build on powerpc64 with clang in
base
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
CC: phd_kimberlite at yahoo.co.jp
CC: phd_kimberlite at yahoo.co.jp
Flags: maintainer-feedback?(phd_kimberlite at yahoo.co.jp)
Created attachment 207251
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207251&action=edit
patch
OpenBLAS on POWER is set up to use OpenMP when threads are enabled. This means
we always build with OpenMP on POWER. Disable OPENMP option since it doesn't do
anything on POWER.
Since Clang is not happy when linking against gfortran-compiled libraries, use
GCC to fix linking.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list