SOURCES: CHOLMOD-shared.patch - use system include paths

baggins baggins at pld-linux.org
Fri Dec 7 18:02:31 CET 2007


Author: baggins                      Date: Fri Dec  7 17:02:31 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system include paths

---- Files affected:
SOURCES:
   CHOLMOD-shared.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/CHOLMOD-shared.patch
diff -u SOURCES/CHOLMOD-shared.patch:1.4 SOURCES/CHOLMOD-shared.patch:1.5
--- SOURCES/CHOLMOD-shared.patch:1.4	Fri Dec  7 17:41:18 2007
+++ SOURCES/CHOLMOD-shared.patch	Fri Dec  7 18:02:25 2007
@@ -73,7 +73,7 @@
  
  clean:
  	- $(RM) $(CLEAN)
-@@ -109,39 +109,41 @@
+@@ -109,39 +109,42 @@
  # to compile just the double/int version, use OBJ = $(DI)
  OBJ = $(DI) $(DL)
  
@@ -93,7 +93,8 @@
 -I = -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include \
 -	-I$(METIS_PATH)/Lib -I../../CCOLAMD/Include -I../../CAMD/Include \
 -	-I../Include
-+I = -I../Include -I$(METIS_PATH)
++I = -I../Include -I/usr/include/amd -I/usr/include/camd -I/usr/include/colamd \
++	-I/usr/include/ccolamd -I$(METIS_PATH)
  
  #-------------------------------------------------------------------------------
  # Check Module:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/CHOLMOD-shared.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list