ports/math/mumps/files/patch-examples_Makefile
Thierry Thomas 652c6cc395 Move math/mumps-edf to math/mumps.
This port is for MUMPS 5.x.

Reported by:	pfg
2019-03-10 17:35:09 +00:00

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):