[105225] trunk/dports/math/SuiteSparse
michaelld at macports.org
michaelld at macports.org
Sat Apr 13 16:12:37 PDT 2013
Revision: 105225
https://trac.macports.org/changeset/105225
Author: michaelld at macports.org
Date: 2013-04-13 16:12:36 -0700 (Sat, 13 Apr 2013)
Log Message:
-----------
SuiteSparse : fix compiling #include path; hopefully addresses ticket #38776.
Modified Paths:
--------------
trunk/dports/math/SuiteSparse/Portfile
Added Paths:
-----------
trunk/dports/math/SuiteSparse/files/patch-CHOLMOD_Lib_Makefile.diff
Modified: trunk/dports/math/SuiteSparse/Portfile
===================================================================
--- trunk/dports/math/SuiteSparse/Portfile 2013-04-13 22:34:42 UTC (rev 105224)
+++ trunk/dports/math/SuiteSparse/Portfile 2013-04-13 23:12:36 UTC (rev 105225)
@@ -29,6 +29,8 @@
variant universal {}
+patchfiles-append patch-CHOLMOD_Lib_Makefile.diff
+
post-patch {
if {[variant_isset metis]} {
# Use the MacPorts version rather than extracting copy in source dir
Added: trunk/dports/math/SuiteSparse/files/patch-CHOLMOD_Lib_Makefile.diff
===================================================================
--- trunk/dports/math/SuiteSparse/files/patch-CHOLMOD_Lib_Makefile.diff (rev 0)
+++ trunk/dports/math/SuiteSparse/files/patch-CHOLMOD_Lib_Makefile.diff 2013-04-13 23:12:36 UTC (rev 105225)
@@ -0,0 +1,12 @@
+--- CHOLMOD/Lib/Makefile.orig 2013-04-13 09:35:51.000000000 -0400
++++ CHOLMOD/Lib/Makefile 2013-04-13 09:37:32.000000000 -0400
+@@ -32,7 +32,8 @@
+ #-------------------------------------------------------------------------------
+
+ I = -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include \
+- $(I_WITH_PARTITION) -I../Include -I../../SuiteSparse_config
++ $(I_WITH_PARTITION) -I../Include -I../../SuiteSparse_config \
++ -I../../CCOLAMD/Include -I../../CAMD/Include
+
+ #-------------------------------------------------------------------------------
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130413/f1182053/attachment.html>
More information about the macports-changes
mailing list