Date: Thu, 27 Sep 2018 05:28:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480781 - in head/math: mumps-mpich sdpara Message-ID: <201809270528.w8R5Snxo069552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809270528.w8R5Snxo069552>