mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
math/openblas: Fix build on armv6/v7
OpenMP is not available on these arches: In file included from ../common.h:847: ../common_thread.h:43:10: fatal error: 'omp.h' file not found Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
0e356c94a4
commit
f0441d2baa
@ -42,6 +42,8 @@ OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP
|
||||
OPTIONS_DEFAULT= OPENMP
|
||||
OPTIONS_DEFINE_i386= AVX AVX2
|
||||
OPTIONS_DEFINE_amd64= AVX AVX2
|
||||
OPTIONS_EXCLUDE_armv6= OPENMP
|
||||
OPTIONS_EXCLUDE_armv7= OPENMP
|
||||
OPTIONS_EXCLUDE_powerpc64le= OPENMP
|
||||
OPTIONS_EXCLUDE_powerpc64= OPENMP
|
||||
OPTIONS_EXCLUDE_powerpc= OPENMP
|
||||
|
Loading…
Reference in New Issue
Block a user