[22357] trunk/dports/math/SuiteSparse

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 23:34:17 PST 2007


Revision: 22357
          http://trac.macosforge.org/projects/macports/changeset/22357
Author:   stechert at macports.org
Date:     2007-02-26 23:34:17 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
CHOLMOD header cholmod_io64.h was not being installed due to a bug in the upstream Makefile.  This patch fixes that.  Thanks to mwhite15 at woh.rr.com for the note

Modified Paths:
--------------
    trunk/dports/math/SuiteSparse/Portfile

Added Paths:
-----------
    trunk/dports/math/SuiteSparse/files/patch-cholmod-headers

Modified: trunk/dports/math/SuiteSparse/Portfile
===================================================================
--- trunk/dports/math/SuiteSparse/Portfile	2007-02-27 06:14:43 UTC (rev 22356)
+++ trunk/dports/math/SuiteSparse/Portfile	2007-02-27 07:34:17 UTC (rev 22357)
@@ -21,7 +21,8 @@
 checksums	md5 30233f0b42e9ea12e47a287f0f50fe47
 
 patchfiles	patch-config \
-		patch-macports-metis
+		patch-macports-metis \
+		patch-cholmod-headers
 
 use_configure	no
 

Added: trunk/dports/math/SuiteSparse/files/patch-cholmod-headers
===================================================================
--- trunk/dports/math/SuiteSparse/files/patch-cholmod-headers	                        (rev 0)
+++ trunk/dports/math/SuiteSparse/files/patch-cholmod-headers	2007-02-27 07:34:17 UTC (rev 22357)
@@ -0,0 +1,10 @@
+--- CHOLMOD/Lib/Makefile	2007-02-26 23:15:38.000000000 -0800
++++ CHOLMOD/Lib/Makefile	2007-02-26 23:19:51.000000000 -0800
+@@ -34,6 +34,7 @@
+ 	../Include/cholmod_config.h \
+ 	../Include/cholmod_core.h \
+ 	../Include/cholmod_internal.h \
++	../Include/cholmod_io64.h \
+ 	../Include/cholmod_matrixops.h \
+ 	../Include/cholmod_modify.h \
+ 	../Include/cholmod_partition.h \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/3d86aa02/attachment.html


More information about the macports-changes mailing list