On Mar 16, 2011, at 5:24 AM, Robert wrote:
- Changes to setup.py:
import numpy
setup (name = 'nlopt',
# ...
include_dirs = ['.', numpy.get_include()]
)
On Linux I didn't have to change anything but maybe you like to
include the changes to setup.py.
Thanks, I will include the "import numpy" and "include_dirs" lines in the next release.
Steven _______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
