[MacPorts] #42468: py-scipy @0.13.3: enable py34 subport, python34 @3.4.0rc1:
MacPorts
noreply at macports.org
Tue Mar 18 07:28:52 PDT 2014
#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 |
---------------------------------+--------------------------------
Changes (by michaelld@…):
* status: new => closed
* resolution: => fixed
Comment:
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!
So, yeah; if there are opportunistic linking issue then open a new ticket
with those.
--
Ticket URL: <https://trac.macports.org/ticket/42468#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list