Revision: 76347 http://trac.macports.org/changeset/76347 Author: vince@macports.org Date: 2011-02-20 05:53:24 -0800 (Sun, 20 Feb 2011) Log Message: ----------- Bump to 3.9.35. Modified Paths: -------------- trunk/dports/math/atlas/Portfile Added Paths: ----------- trunk/dports/math/atlas/files/patch-ATL_FreeAtomicCount_mut_c.diff Modified: trunk/dports/math/atlas/Portfile =================================================================== --- trunk/dports/math/atlas/Portfile 2011-02-20 12:34:39 UTC (rev 76346) +++ trunk/dports/math/atlas/Portfile 2011-02-20 13:53:24 UTC (rev 76347) @@ -5,7 +5,7 @@ categories math name atlas -version 3.9.33 +version 3.9.35 #revision 4 # additional versions @@ -30,12 +30,12 @@ distfiles ${atlasdist}:atlas \ ${lapackdist}:lapack -patchfiles patch-SpewMakeInc.c.diff +patchfiles patch-SpewMakeInc.c.diff \ + patch-ATL_FreeAtomicCount_mut_c.diff -checksums atlas3.9.33.tar.bz2 \ - md5 8f518f386b69bdfd1f5061704aa196f9 \ - sha1 8dbc6015318458ff7abd178964d90350a18ce9fa \ - rmd160 810033a9f81c11994a5221dc268e3da84e2367d7 \ +checksums atlas3.9.35.tar.bz2 \ + sha1 24fbcfb32fadd226f7c7ec262cbc979deeb9e883 \ + rmd160 59a5ff1a2065744db99111a43751b18cd411a423 \ lapack-3.3.0.tgz \ md5 84213fca70936cc5f1b59a7b1bf71697 \ sha1 4f0b103da52110e7f60d1d7676727103aca9785e \ Added: trunk/dports/math/atlas/files/patch-ATL_FreeAtomicCount_mut_c.diff =================================================================== --- trunk/dports/math/atlas/files/patch-ATL_FreeAtomicCount_mut_c.diff (rev 0) +++ trunk/dports/math/atlas/files/patch-ATL_FreeAtomicCount_mut_c.diff 2011-02-20 13:53:24 UTC (rev 76347) @@ -0,0 +1,9 @@ +--- src/threads/ATL_FreeAtomicCount_mut.c.orig 2011-02-09 05:04:03.000000000 +0100 ++++ src/threads/ATL_FreeAtomicCount_mut.c 2011-02-20 09:31:49.000000000 +0100 +@@ -1,5 +1,6 @@ + #include <stdlib.h> + #include <pthread.h> ++#include "atlas_misc.h" + void ATL_FreeAtomicCount(void *vp) + { + char *cp=vp;