[Bug 211347] [NEW PORT] devel/py-numba: LLVM optimizing compiler for python and is numpy aware
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 26 23:01:48 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211347
--- Comment #11 from David Kalliecharan <dave at dal.ca> ---
After consulting with the numba team, it appears that LD_LIBRARY_PATH requires
to be set:
LD_LIBRARY_PATH=/usr/local/lib/gcc48
fixes the issue so that a user can just call `import numba` without invoking
import numpy
import numba
but setting LD_LIBRARY_PATH isn't a preferred solution from what I gather. I
will look for possible solutions, postpone the acceptance of this port until
this is resolved, or you have a solution for me to add quickly.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list