1
0
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:
Mikael Urankar 2021-06-03 18:51:32 +02:00
parent 0e356c94a4
commit f0441d2baa

View File

@ -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