forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(conan-io#25556) ouster_sdk: add version 0.13.0
* ouster_sdk: add version 0.13.0 * update homepage to new repo URL * update: reviewer comments
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 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,22 +1,24 @@ | ||
sources: | ||
# The C++ library uses a separate versioning scheme from the overall releases | ||
"0.13.0": | ||
url: "https://github.com/ouster-lidar/ouster-sdk/archive/refs/tags/release-0.13.0.tar.gz" | ||
sha256: "baf65fbf547375fe73fdaee89c6c1246fdf9f0cabe4f4bd16391d3a06d0117a1" | ||
"0.12.0": | ||
url: "https://github.com/ouster-lidar/ouster_example/archive/refs/tags/20240703.tar.gz" | ||
sha256: "aac9f82d8b8376bd11366204a57ab4e2a27e92a1a758238f2d3859e570be4914" | ||
url: "https://github.com/ouster-lidar/ouster-sdk/archive/refs/tags/20240703.tar.gz" | ||
sha256: "7edff33451e99fe094aeafc4c10081d77bfe02d2f2ab16da93a44a5e61473af7" | ||
"0.11.0": | ||
url: "https://github.com/ouster-lidar/ouster_example/archive/refs/tags/20240425.tar.gz" | ||
sha256: "f4f38f6787021e697633f2c290c95b544af81d388a18cb9f790234d4f592caf0" | ||
url: "https://github.com/ouster-lidar/ouster-sdk/archive/refs/tags/20240425.tar.gz" | ||
sha256: "8141abf4caef8a175a48c35c47bd841b34f8a7d758cb3ad66cf948a7042adbf9" | ||
"0.10.0": | ||
url: "https://github.com/ouster-lidar/ouster_example/archive/refs/tags/20231031.tar.gz" | ||
sha256: "150482d28930308ef089233f3d4eb15d1330727a167aad3f9b2190078dcecfbf" | ||
url: "https://github.com/ouster-lidar/ouster-sdk/archive/refs/tags/20231031.tar.gz" | ||
sha256: "c45dfd42ff11e171b605ffd0a98d8094ec88ecbbccb923d396e1e73cba7737f3" | ||
patches: | ||
"0.11.0": | ||
- patch_file: "patches/001-579-fix-cpp20-string-error.patch" | ||
patch_type: "portability" | ||
patch_description: "Fix non-const string issue with C++20" | ||
patch_source: "https://github.com/ouster-lidar/ouster_example/pull/579" | ||
patch_source: "https://github.com/ouster-lidar/ouster-sdk/pull/579" | ||
"0.10.0": | ||
- patch_file: "patches/001-579-fix-cpp20-string-error.patch" | ||
patch_type: "portability" | ||
patch_description: "Fix non-const string issue with C++20" | ||
patch_source: "https://github.com/ouster-lidar/ouster_example/pull/579" | ||
patch_source: "https://github.com/ouster-lidar/ouster-sdk/pull/579" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"0.13.0": | ||
folder: all | ||
"0.12.0": | ||
folder: all | ||
"0.11.0": | ||
|