summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/mumps-mpich/Makefile1
-rw-r--r--math/sdpara/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/math/mumps-mpich/Makefile b/math/mumps-mpich/Makefile
index bd000d429d0d..62e0e420cef5 100644
--- a/math/mumps-mpich/Makefile
+++ b/math/mumps-mpich/Makefile
@@ -3,6 +3,7 @@
MASTERDIR= ${.CURDIR}/../mumps
+BROKEN= conflicting dependencies
WITH_MPI= yes
.include "../mumps/Makefile"
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile
index 606cc10eb696..1a062d58879c 100644
--- a/math/sdpara/Makefile
+++ b/math/sdpara/Makefile
@@ -14,6 +14,8 @@ COMMENT= SDPARA parallel version of SDPA (math/sdpa)
LICENSE= GPLv2 # (or later)
+BROKEN= conflicting dependencies
+
LIB_DEPENDS= libblacs.so:math/blacs \
libscalapack.so:math/scalapack \
libmpich.so:net/mpich2