1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/math/openblas
Piotr Kubaj 7942b37f98 math/openblas: fix build on powerpc64 with clang, remove OPENMP option on powerpc64
On powerpc64 OpenMP is always used when USE_THREADS is defined (which we do unconditionally). This means that OPENMP option on powerpc64 doesn't have any effect and it should be removed.

Clang also has some problems when linking Fortran libraries with OpenMP, so use GCC for powerpc64.

PR:		240379
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer), linimon (mentor)
2019-09-09 18:01:31 +00:00
..
files
distinfo
Makefile math/openblas: fix build on powerpc64 with clang, remove OPENMP option on powerpc64 2019-09-09 18:01:31 +00:00
pkg-descr