New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82700


Ignore:
Timestamp:
08/18/11 11:41:32 (4 years ago)
Author:
vince@…
Message:

Another try to fix -force… loss on G4 and pthreads problem on i386.

Location:
trunk/dports/math/atlas
Files:
1 added
1 deleted
2 edited

Legend:

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

    r82683 r82700  
    3737                                        patch-atlas_l2g_base.diff \ 
    3838                                        patch-mmparse_h.diff \ 
    39                                         patch-mvparse_h.diff 
     39                                        patch-mvparse_h.diff \ 
     40                                        patch-mvtesttime_h.diff 
    4041 
    4142 
     
    238239                                 ${workpath}/${name}-${version}/CONFIG/src/SpewMakeInc.c 
    239240         
     241        reinplace       "s|XXXXX|${configure.cc}|g" \ 
     242                                ${workpath}/${name}-${version}/include/atlas_mvtesttime.h 
     243 
     244        if { ${build_arch} == "ppc" || ${build_arch} == "ppc64" } { 
     245                reinplace \ 
     246                "s|cMVFLAGS=\\\\\"%s\\\\\"|cMVFLAGS=\\\\\"-force_cpusubtype_ALL\ %s\\\\\"|" \ 
     247                 ${workpath}/${name}-${version}/include/atlas_mvtesttime.h 
     248        } 
    240249        # ar -r / ranlib / libtool seems to be buggy, so we have to supply a 
    241250        # workaround to link properly. 
  • trunk/dports/math/atlas/files/patch-Makefile_pthreads_misc.diff

    r82242 r82700  
    1 --- Makefile.orig       2011-08-01 09:02:42.000000000 +0200 
    2 +++ Makefile    2011-08-01 09:04:08.000000000 +0200 
    3 @@ -87,7 +87,7 @@ 
     1--- Makefile.orig       2011-08-18 20:27:47.000000000 +0200 
     2+++ Makefile    2011-08-18 20:28:16.000000000 +0200 
     3@@ -86,10 +86,10 @@ 
    44 zlvlm : zlib 
    55 # 
    66 alib  : alib.grd 
    7  slib  : slib.grd 
     7-slib  : slib.grd 
    88-dlib  : dlib.grd 
     9-clib  : clib.grd 
     10-zlib  : zlib.grd 
     11+slib  : slib.grd alib.grd 
    912+dlib  : dlib.grd alib.grd 
    10  clib  : clib.grd 
    11  zlib  : zlib.grd 
     13+clib  : clib.grd alib.grd 
     14+zlib  : zlib.grd alib.grd 
     15 # 
     16 alib.grd  : $(ATL_alvlmobj) 
     17        $(ARCHIVER) $(ARFLAGS) $(ATLASlib) $(ATL_alvlmobj) 
Note: See TracChangeset for help on using the changeset viewer.