File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,18 @@ sources:
2
2
" 0.108.6 " :
3
3
url : " https://github.com/coin-or/Osi/archive/releases/0.108.6.tar.gz"
4
4
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"
5
13
patches :
6
14
" 0.108.6 " :
7
15
- patch_file : " patches/0001-no-pkg-config-check.patch"
8
16
base_path : " source_subfolder"
17
+ " 0.108.7 " :
18
+ - patch_file : " patches/0001-no-pkg-config-check.patch"
19
+ base_path : " source_subfolder"
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ def configure(self):
57
57
del self .options .fPIC
58
58
59
59
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 )
61
62
62
63
def build_requirements (self ):
63
64
self .build_requires ("gnu-config/cci.20201022" )
Original file line number Diff line number Diff line change 1
1
versions :
2
2
" 0.108.6 " :
3
3
folder : " all"
4
+ " 0.108.7 " :
5
+ folder : " all"
You can’t perform that action at this time.
0 commit comments