You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Change this to your python dir which includes Python.h
10
+
# You might need to download the python source code or install python-dev to get
11
+
# this header file. Note that Pyipopt needs this as an extend python module.
12
+
PYTHON_INCLUDE = /usr/local/include/python2.5
13
+
14
+
# Change this to your numpy include path which contains numpy/arrayobject.h
15
+
# If you don't want this and would like to use list. I have a nasty (and unmaintained version) in the package called pyipopt-list.c. You can compile it and use it without numpy.
0 commit comments