Skip to content

Commit d8282ed

Browse files
botantonyamoeba
andcommitted
pdal: revision bump (apache-arrow 21.0.0)
Signed-off-by: botantony <[email protected]> Co-authored-by: amoeba <[email protected]>
1 parent 41a15bb commit d8282ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/p/pdal.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Pdal < Formula
44
url "https://github.com/PDAL/PDAL/releases/download/2.9.0/PDAL-2.9.0-src.tar.bz2"
55
sha256 "f0be2f6575021d0c4751d5babd4c1096d4e5934f86f8461914e9f9c6dc63567d"
66
license "BSD-3-Clause"
7+
revision 1
78
head "https://github.com/PDAL/PDAL.git", branch: "master"
89

910
livecheck do
@@ -47,6 +48,13 @@ class Pdal < Formula
4748
depends_on "libunwind"
4849
end
4950

51+
# apache-arrow 21.0.0 support
52+
# https://github.com/PDAL/PDAL/pull/4773
53+
patch do
54+
url "https://github.com/PDAL/PDAL/commit/8deb4e577ab6a73e74cd720256e1d574509ea3e9.patch?full_index=1"
55+
sha256 "be2f614ea3c81129f94b8e8e8b7d696e9d43cfef9b5cc2b25cab567c2c06936c"
56+
end
57+
5058
def install
5159
args = %w[
5260
-DWITH_TESTS=OFF

0 commit comments

Comments
 (0)