Skip to content

Commit f08a626

Browse files
committed
update to nlopt 2.10.0
Signed-off-by: enyen <[email protected]>
1 parent 6c48ba1 commit f08a626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def build_extension(self, ext: Extension):
8080
], cwd=build_dir)
8181

8282
# Copy over the important bits
83-
nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "nlopt.py"
83+
nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "python" / "nlopt.py"
8484

8585
logging.info(f"Ext Dir - {ext_dir}\n" + '\n'.join(f' - {file.as_posix()}' for file in ext_dir.rglob('*')))
8686
for folder in [ext_dir, nlopt_py.parent]:

extern/nlopt

Submodule nlopt updated 68 files

0 commit comments

Comments
 (0)