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 /math/mumps/files/patch-Makefile | |
| parent | Move math/mumps to math mumps4: (diff) | |
Move math/mumps-edf to math/mumps.
This port is for MUMPS 5.x.
Reported by: pfg
Diffstat (limited to 'math/mumps/files/patch-Makefile')
| -rw-r--r-- | math/mumps/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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: |
