Skip to content

Commit 5ee3411

Browse files
coin-osi : added 0.108.7
1 parent 6cc5997 commit 5ee3411

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

recipes/coin-osi/all/conandata.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@ sources:
22
"0.108.6":
33
url: "https://github.com/coin-or/Osi/archive/releases/0.108.6.tar.gz"
44
sha256: "984a5886825e2da9bf44d8a665f4b92812f0700e451c12baf9883eaa2315fad5"
5+
"0.108.7":
6+
url: "https://github.com/coin-or/Osi/archive/releases/0.108.7.tar.gz"
7+
sha256: "f1bc53a498585f508d3f8d74792440a30a83c8bc934d0c8ecf8cd8bc0e486228"
8+
requirements:
9+
"0.108.6":
10+
- "coin-utils/2.11.4"
11+
"0.108.7":
12+
- "coin-utils/2.11.6"
513
patches:
614
"0.108.6":
715
- patch_file: "patches/0001-no-pkg-config-check.patch"
816
base_path: "source_subfolder"
17+
"0.108.7":
18+
- patch_file: "patches/0001-no-pkg-config-check.patch"
19+
base_path: "source_subfolder"

recipes/coin-osi/all/conanfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def configure(self):
5757
del self.options.fPIC
5858

5959
def requirements(self):
60-
self.requires("coin-utils/2.11.4")
60+
for req in self.conan_data["requirements"][self.version]:
61+
self.requires(req)
6162

6263
def build_requirements(self):
6364
self.build_requires("gnu-config/cci.20201022")

recipes/coin-osi/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
versions:
22
"0.108.6":
33
folder: "all"
4+
"0.108.7":
5+
folder: "all"

0 commit comments

Comments
 (0)