diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2017-11-14 18:29:22 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2017-11-14 18:29:22 +0000 |
commit | e22be4275b28feef47fadb345f20b1551e722ff6 (patch) | |
tree | 3240c7f42a18bbaf5d1d69daafd6507d8ef13366 /math/mumps | |
parent | c7b585cb3decde5713ddc7f436278e5da8c56695 (diff) | |
download | ports-e22be4275b28feef47fadb345f20b1551e722ff6.tar.gz ports-e22be4275b28feef47fadb345f20b1551e722ff6.zip |
Notes
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 6 |
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 |