From 652c6cc3951262eb12596904e3373b57d6afa41c Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 10 Mar 2019 17:35:09 +0000 Subject: Move math/mumps-edf to math/mumps. This port is for MUMPS 5.x. Reported by: pfg --- math/mumps/files/patch-Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/mumps/files/patch-Makefile (limited to 'math/mumps/files/patch-Makefile') diff --git a/math/mumps/files/patch-Makefile b/math/mumps/files/patch-Makefile new file mode 100644 index 000000000000..731981025fdc --- /dev/null +++ b/math/mumps/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig 2017-08-08 07:32:58 UTC ++++ Makefile +@@ -54,7 +54,7 @@ dexamples: d + multi_example: s d c z + (cd examples ; $(MAKE) multi) + +-requiredobj: Makefile.inc $(LIBSEQNEEDED) $(libdir)/libpord$(PLAT)$(LIBEXT) ++requiredobj: Makefile.inc $(LIBSEQNEEDED) $(libdir)/libpord$(PLAT)$(LIBEXT) $(libdir)/libpord$(PLAT).so.@SOVER@ + + # dummy MPI library (sequential version) + +@@ -68,7 +68,7 @@ $(libdir)/libpord$(PLAT)$(LIBEXT): + $(MAKE) CC="$(CC)" CFLAGS="$(OPTC)" AR="$(AR)" RANLIB="$(RANLIB)" OUTC="$(OUTC)" LIBEXT=$(LIBEXT); \ + fi; + if [ "$(LPORDDIR)" != "" ] ; then \ +- cp $(LPORDDIR)/libpord$(LIBEXT) $@; \ ++ cp $(LPORDDIR)/libpord* $(libdir)/; \ + fi; + + clean: -- cgit v1.2.3