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

michaelld at macports.org michaelld at macports.org
Thu Aug 6 09:30:09 PDT 2015


Revision: 139190
          https://trac.macports.org/changeset/139190
Author:   michaelld at macports.org
Date:     2015-08-06 09:30:09 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
py*-scipy:
+ update to 0.16.0;
+ remove integrated patch;
+ remove redundant NumPy +atlas variant check.

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

Removed Paths:
-------------
    trunk/dports/python/py-scipy/files/

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2015-08-06 13:52:42 UTC (rev 139189)
+++ trunk/dports/python/py-scipy/Portfile	2015-08-06 16:30:09 UTC (rev 139190)
@@ -7,7 +7,7 @@
 PortGroup               compilers 1.0
 
 name                    py-scipy
-version                 0.15.1
+version                 0.16.0
 platforms               darwin
 license                 BSD
 maintainers             sean michaelld openmaintainer
@@ -18,8 +18,8 @@
 master_sites            sourceforge:project/scipy/scipy/${version}/
 distname                scipy-${version}
 
-checksums               rmd160  8c7a6468c0f796e0770d920d17829ea4e2cb89a9 \
-                        sha256  a212cbc3b79e9a563aa45fc5c517b3499198bd7eb7e7be1e047568a5f48c259a
+checksums               rmd160 7d2d078e2a9920f6cb19c132284ed9a83babb537 \
+                        sha256 92592f40097098f3fdbe7f5855d535b29bb16719c2bb59c728bce5e7a28790e0
 
 python.versions         26 27 33 34
 
@@ -40,21 +40,6 @@
     destroot.env-append     CCFLAGS="-I${prefix}/include -L${prefix}/lib"
     configure.fflags-append -fno-second-underscore
 
-    # https://trac.macports.org/ticket/46395
-    # https://trac.macports.org/ticket/46428
-    # https://github.com/scipy/scipy/issues/4383
-    # remove this patch after next version update
-    patch.pre_args          -p1
-    patchfiles-append       patch-accelerate.diff
-
-    post-patch {
-        if {![variant_isset atlas] && [gcc_variant_isset]} {
-            reinplace "s,#include <Accelerate/Accelerate.h>,#include <cblas.h>,g" \
-                ${worksrcpath}/scipy/_build_utils/src/wrap_accelerate_c.c \
-                ${worksrcpath}/scipy/_build_utils/src/wrap_g77_abi_c.c
-        }
-    }
-
     pre-configure {
         set fc_options      "config_fc --fcompiler gnu95 --f77exec ${configure.f77} --f77flags='${configure.f77_archflags} ${configure.fflags}' --f90exec ${configure.f90} --f90flags='${configure.f90_archflags} ${configure.fflags}'"
         set config_options  "config --cc ${configure.cc} --include-dirs ${prefix}/include --library-dirs ${prefix}/lib"
@@ -80,8 +65,6 @@
 
     variant atlas description "Use MacPorts ATLAS libraries" {
         depends_lib-append  port:atlas
-
-        require_active_variants port:py${python.version}-numpy atlas
     }
 
     if {[variant_isset atlas]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150806/e3251152/attachment-0001.html>


More information about the macports-changes mailing list