Date: Tue, 26 Jul 2016 23:01:48 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 211347] [NEW PORT] devel/py-numba: LLVM optimizing compiler for python and is numpy aware Message-ID: <bug-211347-21822-R3n5EVlbAK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211347-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-211347-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211347 --- Comment #11 from David Kalliecharan <dave@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211347-21822-R3n5EVlbAK>
