aboutsummaryrefslogtreecommitdiff
path: root/math/mumps
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-11-14 18:29:22 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-11-14 18:29:22 +0000
commite22be4275b28feef47fadb345f20b1551e722ff6 (patch)
tree3240c7f42a18bbaf5d1d69daafd6507d8ef13366 /math/mumps
parentc7b585cb3decde5713ddc7f436278e5da8c56695 (diff)
downloadports-e22be4275b28feef47fadb345f20b1551e722ff6.tar.gz
ports-e22be4275b28feef47fadb345f20b1551e722ff6.zip
Upgrade - endly! - to Code_Aster 13.4.0-3.
Notes: - I have (not yet) succeeded to enable MFront in this version; - it uses math/mumps-edf, repocopied from math/mumps; - cad/scotch is now taken out of the aster tarball; - french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca (the port cad/salome should be resurrected!)
Notes
Notes: svn path=/head/; revision=454187
Diffstat (limited to 'math/mumps')
-rw-r--r--math/mumps/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index 86516c3910ac..28b1342e227b 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -42,6 +42,8 @@ USE_LDCONFIG= yes
VEM= ${PORTVERSION:R:R}
LIBS= cmumps dmumps mumps_common pord smumps zmumps
+CONFLICTS= mumps-5*
+
.if defined(WITH_OPTIMIZED_FLAGS)
FFLAGS+= -O3 -ffast-math
.endif
@@ -80,9 +82,9 @@ LIB_DEPENDS+= liblapack.so:math/lapack
RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich2 \
${LOCALBASE}/lib/libblacs.a:math/blacs \
${LOCALBASE}/lib/libscalapack.a:math/scalapack
-CONFLICTS= mumps-4*
+CONFLICTS+= mumps-4*
.else
-CONFLICTS= mumps-mpich-4*
+CONFLICTS+= mumps-mpich-4*
.endif
.ifndef WITH_MPI