diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2019-03-10 17:23:27 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-03-10 17:23:27 +0000 |
| commit | 0a4963a54520aacc4f2f4c460a0ae398ec35d9f8 (patch) | |
| tree | 23313dbfe82c06f0433ce9d2a0472c678d684e2f /math/mumps/files/patch-Makefile | |
| parent | multimedia/x265: update to 3.0 (diff) | |
Move math/mumps to math mumps4:
- MUMPS 4 is the legacy version, kept for license reason;
- math/mumps to be used for versions 5.x.
Submitted by: pfg
Diffstat (limited to 'math/mumps/files/patch-Makefile')
| -rw-r--r-- | math/mumps/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/mumps/files/patch-Makefile b/math/mumps/files/patch-Makefile deleted file mode 100644 index b8022b5fa8f8..000000000000 --- a/math/mumps/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2011-05-10 12:56:32 UTC -+++ Makefile -@@ -51,7 +51,7 @@ zexamples: z - (cd examples ; $(MAKE) z) - - --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) - -@@ -65,7 +65,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: |
