mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/dynare: Broken where OpenMP isn't available
Reported by: fallout
This commit is contained in:
parent
0697086149
commit
a9511de2ba
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
|
||||
.if !exists(/usr/include/omp.h)
|
||||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
||||
|
|
Loading…
Add table
Reference in a new issue