Opened 9 years ago

Closed 2 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 9 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 9 years ago by cdeil (Christoph Deil)

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?

comment:3 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:4 Changed 5 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).

Last edited 2 years ago by chrstphrchvz (Christopher Chavez) (previous) (diff)

comment:5 Changed 2 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.