Opened 10 years ago
Closed 3 years ago
#46983 closed defect (fixed)
py34-numba: basic example and unit tests fail
Reported by: | cdeil (Christoph Deil) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | chrstphrchvz (Christopher Chavez) | |
Port: | py-numba |
Description
I think py34-numba @0.17.0_0
is completely broken on my Mac OS X 10.10.
A basic example (http://numba.pydata.org/#example) gives this error: https://gist.github.com/cdeil/472aae377314a4d58e84
And most unit tests fail:
python3.4 -c 'import numba; numba.test()'
https://gist.github.com/cdeil/695611251961ec71113b
Can someone reproduce this issue or is it specific to my system somehow?
Change History (5)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Cc: | stromnov@… removed |
---|---|
Owner: | changed from macports-tickets@… to stromnov@… |
Port: | py-numba added; py34-numba removed |
comment:2 Changed 10 years ago by cdeil (Christoph Deil)
comment:3 Changed 6 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:4 Changed 6 years ago by chrstphrchvz (Christopher Chavez)
A commit by the maintainer references this ticket: [c468738719/macports-ports]. I'm guessing the commit was supposed to resolve the issue, because numba (0.17.0 at the time) was not compatible with llvmlite 0.3.0, and needed llvmlite 0.2.2 instead (see https://github.com/numba/numba/issues/1002).
comment:5 Changed 3 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Numba in Macports is still completely broken (both in Python 2 and 3).
Anyone has an idea what is wrong or how to fix it?