New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82722


Ignore:
Timestamp:
08/18/11 23:40:04 (4 years ago)
Author:
vince@…
Message:

Reincorporate a patch file that was missing and caused (?) #30750.

Location:
trunk/dports/math/atlas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/atlas/Portfile

    r82700 r82722  
    3838                                        patch-mmparse_h.diff \ 
    3939                                        patch-mvparse_h.diff \ 
    40                                         patch-mvtesttime_h.diff 
     40                                        patch-mvtesttime_h.diff \ 
     41                                        patch-emit_mm_c.diff 
    4142 
    4243 
  • trunk/dports/math/atlas/files/patch-emit_mm_c.diff

    r76450 r82722  
    1 --- tune/blas/gemm/emit_mm.c.orig       2011-02-23 22:06:06.000000000 +0100 
    2 +++ tune/blas/gemm/emit_mm.c    2011-02-23 22:07:28.000000000 +0100 
    3 @@ -2688,9 +2688,11 @@ 
     1--- tune/blas/gemm/emit_mm.c.orig       2011-08-19 08:35:58.000000000 +0200 
     2+++ tune/blas/gemm/emit_mm.c    2011-08-19 08:37:27.000000000 +0200 
     3@@ -2688,10 +2688,12 @@ 
    44       { 
    55          if (wp->CC[0])  /* need non-default compilation rule */ 
    66          { 
    77-            char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c' 
    8 +/*            char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c' 
    9                            && wp->CC[2] == 'c' && wp->CC[3] == '\0') 
     8+      /*      char *comp = (wp->CC[0] == 'g' && wp->CC[1] == 'c' 
     9                           && wp->CC[2] == 'c' && 
     10                           (wp->CC[3] == '\0' || wp->CC[3] == ' ')) 
    1011-                         ? "$(GOODGCC)" : wp->CC; 
    1112+                         ? "$(GOODGCC)" : wp->CC; */ 
    12 +              char *comp = "$(GOODGCC)"; 
     13+                       char *comp = "$(GOODGCC)"; 
    1314+ 
    1415             for (j=0; j < nbetas; j++) 
Note: See TracChangeset for help on using the changeset viewer.