science/dynare: Broken where OpenMP isn't available

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-02-19 07:48:09 -07:00
parent 0697086149
commit a9511de2ba

View file

@ -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 \