[Pkg-scicomp-devel] suitesparse/trunk/CSparse/Lib

Christophe Prud'homme prudhomm at debian.org
Wed May 23 09:59:43 UTC 2007


SVN commit 1570 by prudhomm:

make CSparse compile

 M  +1 -1      suitesparse/trunk/CSparse/Lib/Makefile  


--- suitesparse/trunk/CSparse/Lib/Makefile #1569:1570
@@ -20,7 +20,7 @@
 $(CS): ../Include/cs.h Makefile
 
 %.o: ../Source/%.c ../Include/cs.h
-	$(CC) $(CFLAGS) -c $<
+	$(CC) $(CFLAGS) -I../Include -c $<
 
 libcsparse.a: $(CS)
 	$(AR) libcsparse.a $(CS)



More information about the Pkg-scicomp-devel mailing list