Skip to content

Commit

Permalink
(#14498) libvault/0.52.0
Browse files Browse the repository at this point in the history
* libvault/0.52.0

* Resolve warning for KB-H043 that 'm' isn't included in system_libs
  • Loading branch information
goodtune authored Dec 2, 2022
1 parent 3dbf5ae commit 7f3d03b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/libvault/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
sources:
"0.52.0":
url: "https://github.com/abedra/libvault/archive/refs/tags/0.52.0.zip"
sha256: 49058ac9a1d3d1d08ac165f5f7b50e3a2a2ab0d3f9b8bb8194fa7a8de36edcf8
"0.51.0":
url: "https://github.com/abedra/libvault/archive/refs/tags/0.51.0.zip"
sha256: 570ccc6451cf8e93b1c585bbf6ab5212ff9290b3a9b477752cf0651414b3d026
"0.48.0":
url: "https://github.com/abedra/libvault/archive/0.48.0.zip"
sha256: 0a42be282ff0aff77b68cb7238014aa762df5c6b62e4d3561878874ca3760489
patches:
"0.52.0":
- patch_file: "patches/fix-cmake-0.51.0.patch"
patch_type: "conan"
patch_description: "use libcurl from conan center"
"0.51.0":
- patch_file: "patches/fix-cmake-0.51.0.patch"
patch_type: "conan"
Expand Down
1 change: 1 addition & 0 deletions recipes/libvault/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def package(self):

def package_info(self):
self.cpp_info.libs = ["vault"]
self.cpp_info.system_libs = ["m"]
if self.settings.compiler == "gcc" and Version(self.settings.compiler.version).major == "8":
self.cpp_info.system_libs.append("stdc++fs")
# TODO: Remove after Conan 2.0
Expand Down
2 changes: 2 additions & 0 deletions recipes/libvault/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.52.0":
folder: "all"
"0.51.0":
folder: "all"
"0.48.0":
Expand Down

0 comments on commit 7f3d03b

Please sign in to comment.