[SciPy-User] R: [ANN] NLopt, a nonlinear optimization library, now with Python interface
Nathaniel Smith
njs at pobox.com
Wed Jul 7 09:47:50 EDT 2010
On Tue, Jul 6, 2010 at 11:12 PM, David Cournapeau <cournape at gmail.com> wrote:
> That's actually debian specific. I have not looked at the nlopt code,
> but the recommended way to use numpy headers is the get_numpy_includes
> from numpy.distutils.misc_util.get_numpy_include_dirs. Doing so
> guarantees it will work everywhere,
I'm told the even *more* recommended way is to use 'numpy.get_include()':
http://www.mail-archive.com/cython-dev@codespeak.net/msg08368.html
-- Nathaniel
More information about the SciPy-User
mailing list