mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/costa: Brokeb where OpenMP isn't available
Reported by: fallout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user