Skip to content

Commit 2012c47

Browse files
authored
Merge pull request #229923 from matlabbe/master
rtabmap 0.22.1
2 parents 3bc135a + 2721bb6 commit 2012c47

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Formula/r/rtabmap.rb

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Rtabmap < Formula
22
desc "Visual and LiDAR SLAM library and standalone application"
33
homepage "https://introlab.github.io/rtabmap"
4-
url "https://github.com/introlab/rtabmap/archive/refs/tags/0.21.4.tar.gz"
5-
sha256 "242f8da7c5d20f86a0399d6cfdd1a755e64e9117a9fa250ed591c12f38209157"
4+
url "https://github.com/introlab/rtabmap/archive/refs/tags/0.22.1.tar.gz"
5+
sha256 "3988ad84c409e39048a6b23317076d4ee1a0123e94a5ad6574db93647d7a80c0"
66
license "BSD-3-Clause"
7-
revision 11
87
head "https://github.com/introlab/rtabmap.git", branch: "master"
98

109
# Upstream doesn't create releases for all tagged versions, so we use the
@@ -17,11 +16,11 @@ class Rtabmap < Formula
1716
no_autobump! because: :requires_manual_review
1817

1918
bottle do
20-
sha256 arm64_sonoma: "fbf0965fd170b388c8fdd66a91b179cb9c7c3f3b3f7d2b68146766cb9c7e4710"
21-
sha256 arm64_ventura: "e03225f05160f3d002063c02fdf651a2eb9ee7ee35c6d375b69a43f428c42a9f"
22-
sha256 sonoma: "8354568d383a42537112a71c0ec7d8f9404138643a645c07c1209a79dbd63756"
23-
sha256 ventura: "1f1090acdf8d7aa10ae0e7c951b7d9f93c8c5d60973da1f85cc7ec1725f36e4b"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d346715818367390b00615de1cb0b98a9f886ac9f4f61d2c42f07e5e129d2c3"
19+
sha256 arm64_sonoma: "7d07e047154cac3c4082dd8a12de2653aa2757390da44b7a49be5eb3301e26de"
20+
sha256 arm64_ventura: "bdb459b342d1af80c0635a12ca97418c921debe4ead8ad52984bd138eba5a40a"
21+
sha256 sonoma: "61e0cbce3a79be584d75630eba028a7055220b0a43230bc5e0c84b8a69f025dc"
22+
sha256 ventura: "2d83cd2bec5642f3b7e5b770f2ceb4d2de669e1857eaeef6f10e23991008d67b"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef6fc92de2311a138ad9c404f667d3f9892a2cad5771558bcd0099d7314660d0"
2524
end
2625

2726
depends_on "cmake" => [:build, :test]
@@ -50,10 +49,6 @@ class Rtabmap < Formula
5049
end
5150

5251
def install
53-
# Backport support for newer PCL
54-
# Ref: https://github.com/introlab/rtabmap/commit/cbd3995b600fc2acc4cb57b81f132288a6c91188
55-
inreplace "corelib/src/CameraThread.cpp", "pcl/io/io.h", "pcl/common/io.h" if build.stable?
56-
5752
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args
5853
system "cmake", "--build", "build"
5954
system "cmake", "--install", "build"

0 commit comments

Comments
 (0)