Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 23:01:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211347] [NEW PORT] devel/py-numba: LLVM optimizing compiler for python and is numpy aware
Message-ID:  <bug-211347-13-UMf6r5Up9k@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211347-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211347-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211347

--- Comment #11 from David Kalliecharan <dave@dal.ca> ---
After consulting with the numba team, it appears that LD_LIBRARY_PATH requi=
res
to be set:
LD_LIBRARY_PATH=3D/usr/local/lib/gcc48
fixes the issue so that a user can just call `import numba` without invoking

import numpy
import numba=20

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211347-13-UMf6r5Up9k>