mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/openblas: exclude OPENMP on powerpc64le
Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it.
This commit is contained in:
parent
886efe447a
commit
d0c899453d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568680
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP
|
|||
OPTIONS_DEFAULT= OPENMP
|
||||
OPTIONS_DEFINE_i386= AVX AVX2
|
||||
OPTIONS_DEFINE_amd64= AVX AVX2
|
||||
OPTIONS_EXCLUDE_powerpc64le= OPENMP
|
||||
OPTIONS_EXCLUDE_powerpc64= OPENMP
|
||||
OPTIONS_EXCLUDE_powerpc= OPENMP
|
||||
OPTIONS_RADIO= ${OPTIONS_RADIO_${ARCH}}
|
||||
|
|
Loading…
Add table
Reference in a new issue