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:
parent
9b5227809c
commit
cc24db0a99
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user