freebsd-ports/math/suitesparse/files/patch-UMFPACK+Demo+Makefile
Maho Nakata b59215bb6a * Migrate to gfortran
* ATLAS build is now conditional
* bump port revision
2007-01-09 22:33:33 +00:00

11 lines
414 B
Text

--- UMFPACK/Demo/Makefile.old Wed Jan 10 07:13:07 2007
+++ UMFPACK/Demo/Makefile Wed Jan 10 07:13:22 2007
@@ -10,7 +10,7 @@
include ../../UFconfig/UFconfig.mk
-C = $(CC) $(CFLAGS) $(UMFPACK_CONFIG) -I../Include -I../../AMD/Include \
+C = $(FC) $(CFLAGS) $(UMFPACK_CONFIG) -I../Include -I../../AMD/Include \
-I../../UFconfig
INC = ../Include/umfpack.h ../../AMD/Include/amd.h ../../UFconfig/UFconfig.h