mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/lammps: Broken where OpenMP isn't available
Reported by: fallout
This commit is contained in:
parent
14f1d30fb7
commit
9f71ab72cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue