diff options
author | thierry <thierry@FreeBSD.org> | 2018-05-06 16:16:17 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-05-06 16:16:17 +0800 |
commit | 1346eb1d732eae95a210d17582cc291c61b6401d (patch) | |
tree | fcc08d3b6683a45f33f32be056e13a8697808c2c /math | |
parent | 892496d37f3704d703c5a38022e0e953b2c1cc67 (diff) | |
download | freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.tar.gz freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.tar.zst freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.zip |
Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on
math/metis. Because math/metis and math/metis-edf are conflicting, this means
that the ports which depend on SuiteSparse and on metis-edf became BROKEN.
To solve this problem, this revison switches from metis-edf to the regular
metis.
Diffstat (limited to 'math')
-rw-r--r-- | math/mumps-edf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/mumps-edf/Makefile b/math/mumps-edf/Makefile index c67cc846297b..100178221857 100644 --- a/math/mumps-edf/Makefile +++ b/math/mumps-edf/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumps DISTVERSION= 5.1.1-aster2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMESUFFIX= -edf @@ -15,10 +15,9 @@ LICENSE_NAME= CeCILL-C LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${LOCALBASE}/lib/libGKlib.a:math/metis-edf LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ - libmetis.so:math/metis-edf + libmetis.so:math/metis USES= fortran |