mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/costa: Brokeb where OpenMP isn't available
Reported by: fallout
This commit is contained in:
parent
533d5d0297
commit
8d540c5a20
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ CMAKE_ARGS= -DCOSTA_SCALAPACK=CUSTOM
|
|||
CMAKE_OFF= COSTA_WITH_TESTS
|
||||
CMAKE_TESTING_ON= COSTA_WITH_TESTS
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
OPTIONS_SINGLE= MPI
|
||||
OPTIONS_SINGLE_MPI= MPICH OPENMPI
|
||||
OPTIONS_DEFAULT= MPICH
|
||||
|
|
Loading…
Add table
Reference in a new issue