diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2019-03-10 17:35:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-03-10 17:35:09 +0000 |
commit | 652c6cc3951262eb12596904e3373b57d6afa41c (patch) | |
tree | fb2b5a7036684951c6caf596cc32a8258bfd844a /french | |
parent | 0a4963a54520aacc4f2f4c460a0ae398ec35d9f8 (diff) |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 4 |
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) |