[43208] trunk/dports/python/py26-numpy/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 6 20:50:00 PST 2008


Revision: 43208
          http://trac.macports.org/changeset/43208
Author:   mcalhoun at macports.org
Date:     2008-12-06 20:49:59 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
py26-numpy: Noted in post-activate that numpy 1.2.1 is known not to work well with Python 2.6.

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

Modified: trunk/dports/python/py26-numpy/Portfile
===================================================================
--- trunk/dports/python/py26-numpy/Portfile	2008-12-07 04:13:25 UTC (rev 43207)
+++ trunk/dports/python/py26-numpy/Portfile	2008-12-07 04:49:59 UTC (rev 43208)
@@ -38,4 +38,9 @@
     ln -s ${python.prefix}/bin/f2py ${destroot}${prefix}/bin/f2py-${branch}
 }
 
+post-activate {
+    ui_msg "\n\nWarning: numpy version 1.2.1 is know not to work well with python 2.6"
+    ui_msg "Testing fails: ${prefix}/bin/python2.6 -c 'import numpy; numpy.test()'\n\n"
+}
+
 livecheck.distname      NumPy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/fda689c2/attachment.html>


More information about the macports-changes mailing list