[98845] trunk/dports/python/py-scipy

ram at macports.org ram at macports.org
Thu Oct 18 07:24:53 PDT 2012


Revision: 98845
          http://trac.macports.org//changeset/98845
Author:   ram at macports.org
Date:     2012-10-18 07:24:53 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
python/py-scipy: update to 0.11.0

Modified Paths:
--------------
    trunk/dports/python/py-scipy/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-scipy/files/scipy_complex.patch

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2012-10-18 13:31:29 UTC (rev 98844)
+++ trunk/dports/python/py-scipy/Portfile	2012-10-18 14:24:53 UTC (rev 98845)
@@ -5,8 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-scipy
-version                 0.10.1
-revision                3
+version                 0.11.0
 categories              python
 platforms               darwin
 license                 BSD
@@ -18,9 +17,8 @@
 master_sites            sourceforge:project/scipy/scipy/${version}/
 distname                scipy-${version}
 
-checksums               md5 6ad976549e22e04ca93e70cf55b70a22 \
-                        sha1 cff0311dfafcc5bc3cacb47cdda8ed6d7c09d691 \
-                        rmd160 1c50fe1ab6004197b0808f0a2760220c6a942f8f
+checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
+                        sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
 
 python.versions         24 25 26 27 31 32
 
@@ -37,8 +35,7 @@
 
 destroot.env-append     CCFLAGS="-I${prefix}/include -L${prefix}/lib"
 
-patchfiles              scipy_complex.patch \
-                        umfpack_extra_libs.patch
+patchfiles              umfpack_extra_libs.patch
 
 post-patch {
   reinplace "s|@@MP_PREFIX@@|${prefix}|g" ${worksrcpath}/site.cfg

Deleted: trunk/dports/python/py-scipy/files/scipy_complex.patch
===================================================================
--- trunk/dports/python/py-scipy/files/scipy_complex.patch	2012-10-18 13:31:29 UTC (rev 98844)
+++ trunk/dports/python/py-scipy/files/scipy_complex.patch	2012-10-18 14:24:53 UTC (rev 98845)
@@ -1,24 +0,0 @@
---- scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c.orig	2011-07-23 09:13:17.000000000 -0400
-+++ scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c	2011-07-23 09:13:33.000000000 -0400
-@@ -1,4 +1,5 @@
- #include <vecLib/vecLib.h>
-+#include <complex.h>
- 
- #define WRAP_F77(a) a##_
- void WRAP_F77(veclib_cdotc)(const int *N, const complex float *X, const int *incX,
---- scipy/lib/blas/fblaswrap_veclib_c.c.src.orig	2011-07-23 09:33:44.000000000 -0400
-+++ scipy/lib/blas/fblaswrap_veclib_c.c.src	2011-07-23 09:33:58.000000000 -0400
-@@ -1,4 +1,5 @@
- #include <vecLib/vecLib.h>
-+#include <complex.h>
- 
- //#define WRAP_F77(a) wcblas_##a##_
- #define WRAP_F77(a) w##a##_
---- scipy/linalg/src/fblaswrap_veclib_c.c.orig	2011-07-23 09:38:19.000000000 -0400
-+++ scipy/linalg/src/fblaswrap_veclib_c.c	2011-07-23 09:38:31.000000000 -0400
-@@ -1,4 +1,5 @@
- #include <vecLib/vecLib.h>
-+#include <complex.h>
- 
- //#define WRAP_F77(a) wcblas_##a##_
- #define WRAP_F77(a) w##a##_
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121018/3ed9746e/attachment.html>


More information about the macports-changes mailing list