[49244] trunk/dports/python/py26-scipy/Portfile

jmr at macports.org jmr at macports.org
Sun Apr 5 19:55:58 PDT 2009


Revision: 49244
          http://trac.macports.org/changeset/49244
Author:   jmr at macports.org
Date:     2009-04-05 19:55:58 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
py26-scipy: remove warnings now that numpy is updated

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

Modified: trunk/dports/python/py26-scipy/Portfile
===================================================================
--- trunk/dports/python/py26-scipy/Portfile	2009-04-06 02:53:10 UTC (rev 49243)
+++ trunk/dports/python/py26-scipy/Portfile	2009-04-06 02:55:58 UTC (rev 49244)
@@ -10,8 +10,7 @@
 platforms               darwin
 maintainers             jmr openmaintainer
 description             An opensource library of scientific tools for Python
-long_description        ${description}. WARNING: numpy 1.2.1, on which scipy \
-                        depends, is not yet fully functional under Python 2.6.
+long_description        ${description}.
 
 homepage                http://www.scipy.org/
 master_sites            sourceforge:scipy
@@ -43,11 +42,6 @@
   reinplace "s|include <\\(umfpack\.*.h\\)>|include <${prefix}/include/ufsparse/\\1>|g" ${worksrcpath}/scipy/sparse/linalg/dsolve/umfpack/umfpack.i
 }
 
-post-activate {
-    ui_msg "\n\nWarning: numpy 1.2.1, on which scipy depends, is not yet fully functional under python 2.6"
-    ui_msg "Testing fails: ${prefix}/bin/python2.6 -c 'import scipy; scipy.test()'\n\n"
-}
-
 variant gcc42 conflicts gcc43 description "Use gfortran-mp-4.2 as fortran compiler" {
   depends_lib-append    port:gcc42
   set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/14e3163c/attachment-0001.html>


More information about the macports-changes mailing list