From 79b70ea70b85b5efb4c6e35bb4f05c647a5ffd5e Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 27 Aug 2019 03:27:32 +0000 Subject: math/mumps4: modernize the port. - Make the blas naming more conistent with blaslapack (this doesn't use lapack though). - Adopt more standard FFLAGs. - Turn Metis4 into an option (was broken). Approved by: thierry (mentor) --- math/mumps4/files/patch-src_Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math/mumps4/files/patch-src_Makefile') diff --git a/math/mumps4/files/patch-src_Makefile b/math/mumps4/files/patch-src_Makefile index 035e47408c6a..cf8c0346d351 100644 --- a/math/mumps4/files/patch-src_Makefile +++ b/math/mumps4/files/patch-src_Makefile @@ -11,7 +11,7 @@ OBJS_COMMON = \ mumps_part9.o\ -@@ -53,13 +55,19 @@ OBJS = $(ARITH)mumps_part1.o\ +@@ -53,12 +55,18 @@ OBJS = $(ARITH)mumps_part1.o\ $(libdir)/libmumps_common$(PLAT)$(LIBEXT): $(OBJS_COMMON) @@ -26,10 +26,9 @@ - $(AR)$@ $? + $(AR) $@ $? $(RANLIB) $@ - ++ +$(libdir)/lib$(ARITH)mumps$(PLAT).so.@SOVER@: $(OBJS) + $(FC) -shared ${.ALLSRC} -Wl,-soname,lib$(ARITH)mumps$(PLAT).so.@SOVER@ -L$(libdir) -lmumps_common$(PLAT) $(LORDERINGS) $(LIBPAR) -lblas $(SCALAP) $(LIBOTHERS) -o $(libdir)/lib$(ARITH)mumps$(PLAT).so.@SOVER@ -Wl,-z,defs -+ + $(ARITH)mumps_load.o: $(ARITH)mumps_comm_buffer.o \ $(ARITH)mumps_struc_def.o - -- cgit v1.2.3