mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
Notes: - I have (not yet) succeeded to enable MFront in this version; - it uses math/mumps-edf, repocopied from math/mumps; - cad/scotch is now taken out of the aster tarball; - french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca (the port cad/salome should be resurrected!)
20 lines
682 B
Text
20 lines
682 B
Text
--- 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:
|