From da1bee8ffbe234c4da4d3b698dfd48ae32bd79f0 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Mon, 24 Nov 2025 08:49:08 +0100 Subject: [PATCH 1/2] 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'. --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 9667093e..b36f9377 100644 --- a/conanfile.py +++ b/conanfile.py @@ -95,7 +95,7 @@ def requirements(self): if self.options.geometries == "boost" or self.options.geometries == "clipper": self.requires("boost/1.88.0", transitive_headers=True) if self.options.optimizer == "nlopt": - self.requires("nlopt/2.7.1", transitive_headers=True) + self.requires("nlopt/2.10.0", transitive_headers=True) if self.options.optimizer == "optimlib": self.requires("armadillo/12.6.4", transitive_headers=True) if self.options.threading == "tbb": From 93c92380acd0b0687f993df520d2e29df5044467 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Sun, 1 Mar 2026 11:40:38 +0100 Subject: [PATCH 2/2] Bump conandata version to 5.12.0-alpha.0 Update conandata.yml version from 5.10.0 to 5.12.0-alpha.0 to reflect the new upstream alpha release. This change only updates the version string. --- conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conandata.yml b/conandata.yml index a30e8f26..36c4094b 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1 +1 @@ -version: "5.10.0" +version: "5.12.0-alpha.0"