File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments