diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 13:25:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 14:31:12 +0000 |
commit | 5d0f9d745cefb34d0b329c1200e3359cdcc5ee42 (patch) | |
tree | de7faeb02a90b8139b3e760964e6bffa543054be | |
parent | ddbc45f03b16df93a6cab88e90beb563b0a28b20 (diff) | |
download | ports-5d0f9d745cefb34d0b329c1200e3359cdcc5ee42.tar.gz ports-5d0f9d745cefb34d0b329c1200e3359cdcc5ee42.zip |
science/elmerfem: mark BROKEN: does not build
Approved by: portmgr blanket
-rw-r--r-- | science/elmerfem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile index db305311cd23..6ae760af6c20 100644 --- a/science/elmerfem/Makefile +++ b/science/elmerfem/Makefile @@ -9,6 +9,8 @@ COMMENT= Multiphysical simulation software LICENSE= GPLv2 +BROKEN= does not build: /usr/local/bin/ld: cannot find -lMPI::MPI_C + LIB_DEPENDS= libblas.so:math/blas \ libhdf5.so:science/hdf5 \ libmetis.so:math/metis \ |