[82722] trunk/dports/math/atlas

vince at macports.org vince at macports.org
Thu Aug 18 23:40:05 PDT 2011


Revision: 82722
          http://trac.macports.org/changeset/82722
Author:   vince at macports.org
Date:     2011-08-18 23:40:04 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
Reincorporate a patch file that was missing and caused (?) #30750.

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile
    trunk/dports/math/atlas/files/patch-emit_mm_c.diff

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2011-08-19 05:29:34 UTC (rev 82721)
+++ trunk/dports/math/atlas/Portfile	2011-08-19 06:40:04 UTC (rev 82722)
@@ -37,7 +37,8 @@
 					patch-atlas_l2g_base.diff \
 					patch-mmparse_h.diff \
 					patch-mvparse_h.diff \
-					patch-mvtesttime_h.diff
+					patch-mvtesttime_h.diff \
+					patch-emit_mm_c.diff
 
 
 

Modified: trunk/dports/math/atlas/files/patch-emit_mm_c.diff
===================================================================
--- trunk/dports/math/atlas/files/patch-emit_mm_c.diff	2011-08-19 05:29:34 UTC (rev 82721)
+++ trunk/dports/math/atlas/files/patch-emit_mm_c.diff	2011-08-19 06:40:04 UTC (rev 82722)
@@ -1,15 +1,16 @@
---- tune/blas/gemm/emit_mm.c.orig	2011-02-23 22:06:06.000000000 +0100
-+++ tune/blas/gemm/emit_mm.c	2011-02-23 22:07:28.000000000 +0100
-@@ -2688,9 +2688,11 @@
+--- tune/blas/gemm/emit_mm.c.orig	2011-08-19 08:35:58.000000000 +0200
++++ tune/blas/gemm/emit_mm.c	2011-08-19 08:37:27.000000000 +0200
+@@ -2688,10 +2688,12 @@
        {
           if (wp->CC[0])  /* need non-default compilation rule */
           {
 -            char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c'
-+/*            char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c'
-                           && wp->CC[2] == 'c' && wp->CC[3] == '\0')
++      /*      char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c'
+                           && wp->CC[2] == 'c' &&
+                           (wp->CC[3] == '\0' || wp->CC[3] == ' '))
 -                         ? "$(GOODGCC)" : wp->CC;
 +                         ? "$(GOODGCC)" : wp->CC; */
-+              char *comp = "$(GOODGCC)";
++			char *comp = "$(GOODGCC)";
 +
              for (j=0; j < nbetas; j++)
              {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/8c7b66ba/attachment.html>


More information about the macports-changes mailing list