Skip to content

Commit

Permalink
(#23852) ouster_sdk: add version 0.11.0
Browse files Browse the repository at this point in the history
* ouster_sdk: add version 0.11.0

* Move latest versions to the top

---------

Co-authored-by: PerseoGI <[email protected]>
  • Loading branch information
jmdaly and perseoGI authored Jun 5, 2024
1 parent 4f68323 commit ffd5054
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes/ouster_sdk/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
sources:
# The C++ library uses a separate versioning scheme from the overall releases
"0.11.0":
url: "https://github.com/ouster-lidar/ouster_example/archive/refs/tags/20240425.tar.gz"
sha256: "f4f38f6787021e697633f2c290c95b544af81d388a18cb9f790234d4f592caf0"
"0.10.0":
url: "https://github.com/ouster-lidar/ouster_example/archive/refs/tags/20231031.tar.gz"
sha256: "150482d28930308ef089233f3d4eb15d1330727a167aad3f9b2190078dcecfbf"
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"
"0.10.0":
- patch_file: "patches/001-579-fix-cpp20-string-error.patch"
patch_type: "portability"
Expand Down
2 changes: 2 additions & 0 deletions recipes/ouster_sdk/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"0.11.0":
folder: all
"0.10.0":
folder: all

0 comments on commit ffd5054

Please sign in to comment.