https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211347

--- Comment #11 from David Kalliecharan <d...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to