Skip to content

Commit 72bf6c8

Browse files
committed
Update nlopt dependency to version 2.10.0
Bumped the nlopt package requirement from 2.7.1 to 2.10.0 in conanfile.py to use the latest version when optimizer option is set to 'nlopt'.
1 parent 751ae2e commit 72bf6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def requirements(self):
9595
if self.options.geometries == "boost" or self.options.geometries == "clipper":
9696
self.requires("boost/1.86.0", transitive_headers=True)
9797
if self.options.optimizer == "nlopt":
98-
self.requires("nlopt/2.7.1", transitive_headers=True)
98+
self.requires("nlopt/2.10.0", transitive_headers=True)
9999
if self.options.optimizer == "optimlib":
100100
self.requires("armadillo/12.6.4", transitive_headers=True)
101101
if self.options.threading == "tbb":

0 commit comments

Comments
 (0)