-
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.
scnlib: add version 4.0.1, 3.0.2 (#25814)
Co-authored-by: Luis Caro Campos <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]>
- Loading branch information
1 parent
10c6933
commit 3ddb2da
Showing
13 changed files
with
37 additions
and
322 deletions.
There are no files selected for viewing
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,68 +1,13 @@ | ||
sources: | ||
"4.0.1": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz" | ||
sha256: "ece17b26840894cc57a7127138fe4540929adcb297524dec02c490c233ff46a7" | ||
"3.0.2": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v3.0.2.tar.gz" | ||
sha256: "27f17420ddad6971339e6d5db0d915204181c31f5cb0e92a63b9998d98e2852b" | ||
"3.0.1": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v3.0.1.tar.gz" | ||
sha256: "bc8a668873601d00cce6841c2d0f2c93f836f63f0fbc77997834dea12e951eb1" | ||
"2.0.3": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.3.tar.gz" | ||
sha256: "507ed0e988f1d9460a9c921fc21f5a5244185a4015942f235522fbe5c21e6a51" | ||
"2.0.2": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.2.tar.gz" | ||
sha256: "a485076b8710576cf05fbc086d39499d16804575c0660b0dfaeeaf7823660a17" | ||
"2.0.1": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.1.tar.gz" | ||
sha256: "f399d1b1f36f5d53a2d63fd2974797ab8f3f7e69c424d9661253830cb793b72e" | ||
"2.0.0": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.0.tar.gz" | ||
sha256: "2a35356a3a7485fdf97f28cfbea52db077cf4e7bab0a5a0fc3b04e89630334cd" | ||
"1.1.3": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v1.1.3.tar.gz" | ||
sha256: "32ca1baed2da5d86aa03273c87580ef32e95925697d252138507ec0545d86ab2" | ||
"1.1.2": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v1.1.2.tar.gz" | ||
sha256: "5ed3ec742302c7304bf188bde9c4012a65dc8124ff4e1a69b598480d664250e6" | ||
"1.0": | ||
url: "https://github.com/eliaskosunen/scnlib/archive/refs/tags/v1.0.tar.gz" | ||
sha256: "5b8333e522206c2a74e57a9c9544c4fe4e7858cfe93e216905b463eaf91af5fe" | ||
patches: | ||
"2.0.2": | ||
- patch_file: "patches/2.0.0-0001-remove-re2-version.patch" | ||
patch_description: "remove re2 version on find_package" | ||
patch_type: "portability" | ||
"2.0.1": | ||
- patch_file: "patches/2.0.0-0001-remove-re2-version.patch" | ||
patch_description: "remove re2 version on find_package" | ||
patch_type: "portability" | ||
"2.0.0": | ||
- patch_file: "patches/2.0.0-0001-remove-re2-version.patch" | ||
patch_description: "remove re2 version on find_package" | ||
patch_type: "portability" | ||
"1.1.3": | ||
- patch_file: "patches/1.1.3-0001-install-dll-windows.patch" | ||
patch_description: "add runtime destination path on install" | ||
patch_type: "portability" | ||
- patch_file: "patches/1.1.3-0002-remove-header-only-target.patch" | ||
patch_description: "prevent to generate header only target for conan package" | ||
patch_type: "conan" | ||
- patch_file: "patches/1.1.3-0003-fix-link-keyword.patch" | ||
patch_description: "use PRIVATE instead of INTERFACE" | ||
patch_type: "conan" | ||
"1.1.2": | ||
- patch_file: "patches/1.1.2-0001-install-dll-windows.patch" | ||
patch_description: "add runtime destination path on install" | ||
patch_type: "portability" | ||
- patch_file: "patches/1.1.2-0002-remove-header-only-target.patch" | ||
patch_description: "prevent to generate header only target for conan package" | ||
patch_type: "conan" | ||
- patch_file: "patches/1.1.2-0003-fix-link-keyword.patch" | ||
patch_description: "use PRIVATE instead of INTERFACE" | ||
patch_type: "conan" | ||
"1.0": | ||
- patch_file: "patches/1.0-0001-install-dll-windows.patch" | ||
patch_description: "add runtime destination path on install" | ||
patch_type: "portability" | ||
- patch_file: "patches/1.0-0002-remove-header-only-target.patch" | ||
patch_description: "prevent to generate header only target for conan package" | ||
patch_type: "conan" | ||
- patch_file: "patches/1.0-0003-use-conan-package.patch" | ||
patch_description: "use conan package of fast-float" | ||
patch_type: "conan" |
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
12 changes: 0 additions & 12 deletions
12
recipes/scnlib/all/patches/1.0-0001-install-dll-windows.patch
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
recipes/scnlib/all/patches/1.0-0002-remove-header-only-target.patch
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
recipes/scnlib/all/patches/1.0-0003-use-conan-package.patch
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
recipes/scnlib/all/patches/1.1.2-0001-install-dll-windows.patch
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
recipes/scnlib/all/patches/1.1.2-0002-remove-header-only-target.patch
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
recipes/scnlib/all/patches/1.1.2-0003-fix-link-keyword.patch
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
recipes/scnlib/all/patches/1.1.3-0001-install-dll-windows.patch
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
recipes/scnlib/all/patches/1.1.3-0002-remove-header-only-target.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.