[SciPy-User] R: [ANN] NLopt, a nonlinear optimization library, now with Python interface
enrico avventi
eavventi at yahoo.it
Sat Jul 3 05:32:38 EDT 2010
hello,
i wanted to try out your library but the configure process won't find
the header arrayobject.h and thus won't compile the bindings.
where am i supposed to put that header?
as my distro (Archlinux) doesn't seem to install the numpy headers i tried to copy them manually. so far i tried:
/usr/include/numpy/arrayobject.h
/usr/include/python26/numpy/arrayobject.h
adding CPPFLAGS=-I/path/to/include/numpy
where the headers for python are in
/usr/include/python26
thanks in advance,
/Enrico
--- Gio 17/6/10, Steven G. Johnson <stevenj at alum.mit.edu> ha scritto:
Da: Steven G. Johnson <stevenj at alum.mit.edu>
Oggetto: [SciPy-User] [ANN] NLopt, a nonlinear optimization library, now with Python interface
A: scipy-user at scipy.org
Data: Giovedì 17 giugno 2010, 18:11
The NLopt library, available from
http://ab-initio.mit.edu/nlopt
provides a common interface for a large number of algorithms for both
global and local nonlinear optimizations, both with and without
gradient information, and including both bound constraints and
nonlinear equality/inequality constraints.
NLopt is written in C, but now includes a Python interface (as well as
interfaces for C++, Fortran, Matlab, Octave, and Guile).
It is free software under the GNU LGPL.
Regards,
Steven G. Johnson
_______________________________________________
SciPy-User mailing list
SciPy-User at scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100703/e49eed02/attachment.html>
More information about the SciPy-User
mailing list