-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#15208) libucl: add version 0.8.2, support conan v2
* libucl: add version 0.8.2, support conan v2 * declare cmake_minimum_required first * fix msvc build
- Loading branch information
Showing
13 changed files
with
309 additions
and
120 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,40 @@ | ||
sources: | ||
"0.8.2": | ||
url: "https://github.com/vstakhov/libucl/archive/refs/tags/0.8.2.tar.gz" | ||
sha256: "d95a0e2151cc167a0f3e51864fea4e8977a0f4c473faa805269a347f7fb4e165" | ||
"0.8.1": | ||
url: "https://github.com/vstakhov/libucl/archive/refs/tags/0.8.1.tar.gz" | ||
sha256: "a6397e179672f0e8171a0f9a2cfc37e01432b357fd748b13f4394436689d24ef" | ||
patches: | ||
"0.8.2": | ||
- patch_file: "patches/0001-0.8.1-shared-win32.patch" | ||
patch_description: "fix UCL_EXTERN definition for shared build on win32" | ||
patch_type: "portability" | ||
- patch_file: "patches/0002-0.8.2-cmake-add-install+use-find_package.patch" | ||
patch_description: "improve installation, use cci package" | ||
patch_type: "conan" | ||
- patch_file: "patches/0003-no-strings-h.patch" | ||
patch_description: "include string.h instead of strings.h" | ||
patch_type: "portability" | ||
- patch_file: "patches/0004-0.8.2-cmake-minimum-required.patch" | ||
patch_description: "declare cmake_minimum_required first" | ||
patch_type: "portability" | ||
- patch_file: "patches/0005-0.8.1-add-_tmp.patch" | ||
patch_description: "add _tmp variables in sort macros" | ||
patch_type: "portability" | ||
"0.8.1": | ||
- patch_file: "patches/0001-0.8.1-shared-win32.patch" | ||
base_path: "source_subfolder" | ||
patch_description: "fix UCL_EXTERN definition for shared build on win32" | ||
patch_type: "portability" | ||
- patch_file: "patches/0002-0.8.1-cmake-add-install+use-find_package.patch" | ||
base_path: "source_subfolder" | ||
patch_description: "improve installation, use cci package" | ||
patch_type: "conan" | ||
- patch_file: "patches/0003-no-strings-h.patch" | ||
base_path: "source_subfolder" | ||
patch_description: "include string.h instead of strings.h" | ||
patch_type: "portability" | ||
- patch_file: "patches/0004-0.8.1-cmake-minimum-required.patch" | ||
patch_description: "declare cmake_minimum_required first" | ||
patch_type: "portability" | ||
- patch_file: "patches/0005-0.8.1-add-_tmp.patch" | ||
patch_description: "add _tmp variables in sort macros" | ||
patch_type: "portability" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.