#42468: py-scipy @0.13.3: enable py34 subport, python34 @3.4.0rc1: ---------------------------------+-------------------------------- Reporter: Peter.Danecek@… | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: py-scipy, python34 | ---------------------------------+-------------------------------- Comment (by Peter.Danecek@…): Replying to [comment:6 michaelld@…]:
I enabled Python 3.4 support in r117983. It seems to work for the most part for me, e.g., {{{ python3.4 -c "import scipy; scipy.test()" }}} returns {{{ Ran 2027 tests in 22.574s FAILED (KNOWNFAIL=2, SKIP=15, errors=13) }}} The same for Python 3.3 returns: {{{ Ran 8775 tests in 113.905s OK (KNOWNFAIL=113, SKIP=210) }}} which is obviously better. The same for Python 2.7 bombs out after just a few 100 tests, which is worse than for 3.4!
Python 3.3 vs 3.4 looks very similar to what I was observing. I do not recall any problems with 2.7, but I can re-run the test again. However, when testing 3.4 for the first time I got a segmentation fault on testing due to opportunistic linking. Maybe you want to check for this as well.
So, yeah; if there are opportunistic linking issue then open a new ticket with those.
Yes, this is what I was planning. I just have not found the time to do more exhaustive testing on this, e.g. testing also for py33 and py27. -- Ticket URL: <https://trac.macports.org/ticket/42468#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X