aboutsummaryrefslogtreecommitdiffstats
path: root/french
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2019-03-11 01:35:09 +0800
committerthierry <thierry@FreeBSD.org>2019-03-11 01:35:09 +0800
commit9c17b6475166c4097334028f19da4b8ea8c3337b (patch)
treefb2b5a7036684951c6caf596cc32a8258bfd844a /french
parent948ec81a26b3c0cdba610ab638f735d8ba4519d2 (diff)
downloadfreebsd-ports-gnome-9c17b6475166c4097334028f19da4b8ea8c3337b.tar.gz
freebsd-ports-gnome-9c17b6475166c4097334028f19da4b8ea8c3337b.tar.zst
freebsd-ports-gnome-9c17b6475166c4097334028f19da4b8ea8c3337b.zip
Move math/mumps-edf to math/mumps.
This port is for MUMPS 5.x. Reported by: pfg
Diffstat (limited to 'french')
-rw-r--r--french/aster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 5c2f08a377df..ec3d0a0acbed 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -118,12 +118,12 @@ RUN_DEPENDS+= ${PYNUMPY}
.if !defined(WITH_MPI)
MPISEQ= -lmpiseq
MUMPSLIB= -L${LOCALBASE}/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord ${MPISEQ}
-LIB_DEPENDS+= libmpiseq.so.5:math/mumps-edf
+LIB_DEPENDS+= libmpiseq.so.5:math/mumps
.else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libblacs.a:math/blacs \
${LOCALBASE}/lib/libscalapack.a:math/scalapack
MUMPSLIB= -L${LOCALBASE}/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord -lscalapack -lblacs -lblacsc -lblacs -L${LOCALBASE}/lib -lmpich -lmpl
-LIB_DEPENDS+= libcmumps.so.5:math/mumps-edf
+LIB_DEPENDS+= libcmumps.so.5:math/mumps
.endif
.if defined(WITH_MPI)