We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd89523 commit bf07d31Copy full SHA for bf07d31
src/pyoptinterface/_src/ipopt.py
@@ -39,7 +39,7 @@ def detected_libraries():
39
# default names
40
default_libnames = {
41
"Linux": ["libipopt.so"],
42
- "Darwin": ["libpopt.dylib"],
+ "Darwin": ["libipopt.dylib"],
43
"Windows": ["ipopt-3.dll", "ipopt.dll", "libipopt-3.dll", "libipopt.dll"],
44
}[platform.system()]
45
libs.extend(default_libnames)
0 commit comments