mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -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!)
15 lines
538 B
Text
15 lines
538 B
Text
--- examples/Makefile.orig 2017-08-08 07:32:58 UTC
|
|
+++ examples/Makefile
|
|
@@ -57,9 +57,10 @@ multiple_arithmetics_example: $(LIBSMUMP
|
|
|
|
.SUFFIXES: .c .F .o
|
|
.F.o:
|
|
- $(FC) $(OPTF) $(INCS) -I. -I$(topdir)/include -c $*.F $(OUTF)$*.o
|
|
+ $(FC) $(OPTF) $(INCS) -I. -I$(topdir)/include -c $*.F $(OUTF) $*.o
|
|
+
|
|
.c.o:
|
|
- $(CC) $(OPTC) $(INCS) $(CDEFS) -I. -I$(topdir)/include -I$(topdir)/src -c $*.c $(OUTC)$*.o
|
|
+ $(CC) $(OPTC) $(INCS) $(CDEFS) -I. -I$(topdir)/include -I$(topdir)/src -c $*.c $(OUTC) $*.o
|
|
|
|
|
|
$(libdir)/libsmumps$(PLAT)$(LIBEXT):
|