1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/suitesparse: fix build on armv7

libomp is not available on LLVM on armv7.
This commit is contained in:
Piotr Kubaj 2021-08-22 00:29:33 +00:00
parent 9b5227809c
commit cc24db0a99

View File

@ -76,6 +76,7 @@ OPENBLAS_USES= blaslapack:openblas
.if defined(OMP_NEEDED)
OPTIONS_DEFINE+= OPENMP
OPTIONS_EXCLUDE_aarch64= OPENMP
OPTIONS_EXCLUDE_armv7= OPENMP
OPTIONS_EXCLUDE_powerpc= OPENMP
OPTIONS_DEFAULT+= OPENMP