svn commit: r480781 - in head/math: mumps-mpich sdpara

Antoine Brodin antoine at FreeBSD.org
Thu Sep 27 05:28:50 UTC 2018


Author: antoine
Date: Thu Sep 27 05:28:49 2018
New Revision: 480781
URL: https://svnweb.freebsd.org/changeset/ports/480781

Log:
  Mark BROKEN: conflicting dependencies
  
  Reported by:	pkg-fallout

Modified:
  head/math/mumps-mpich/Makefile
  head/math/sdpara/Makefile

Modified: head/math/mumps-mpich/Makefile
==============================================================================
--- head/math/mumps-mpich/Makefile	Thu Sep 27 05:26:32 2018	(r480780)
+++ head/math/mumps-mpich/Makefile	Thu Sep 27 05:28:49 2018	(r480781)
@@ -3,6 +3,7 @@
 
 MASTERDIR=		${.CURDIR}/../mumps
 
+BROKEN=		conflicting dependencies
 WITH_MPI=		yes
 
 .include "../mumps/Makefile"

Modified: head/math/sdpara/Makefile
==============================================================================
--- head/math/sdpara/Makefile	Thu Sep 27 05:26:32 2018	(r480780)
+++ head/math/sdpara/Makefile	Thu Sep 27 05:28:49 2018	(r480781)
@@ -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


More information about the svn-ports-all mailing list