science/lammps: Broken where OpenMP isn't available

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-02-14 02:36:37 -08:00
parent 14f1d30fb7
commit 9f71ab72cc

View file

@ -21,6 +21,10 @@ LIB_DEPENDS= libevent.so:devel/libevent \
libssh2.so:security/libssh2 \
libzstd.so:archivers/zstd
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
USES= blaslapack:openblas cmake:noninja,testing compiler:c++17-lang eigen:3 fortran gnome localbase:ldflags python shebangfix
USE_GNOME= libxml2
USE_LDCONFIG= yes