Skip to content

Commit

Permalink
pdal 2.7.2
Browse files Browse the repository at this point in the history
pdal: declare indirect deps with linkage

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jun 29, 2024
1 parent 4f2d56a commit 2d5bf4b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/p/pdal.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Pdal < Formula
desc "Point data abstraction library"
homepage "https://www.pdal.io/"
url "https://github.com/PDAL/PDAL/releases/download/2.7.1/PDAL-2.7.1-src.tar.bz2"
sha256 "7769aaacfc26daeb559b511c73c241a5e9a2f31e26ef3a736204b83e791c5453"
url "https://github.com/PDAL/PDAL/releases/download/2.7.2/PDAL-2.7.2-src.tar.bz2"
sha256 "f6ae0f3dc012b19c70dde2361799ecac0cdcbeb9cad5cfd96313c9fdc8608f32"
license "BSD-3-Clause"
revision 2
head "https://github.com/PDAL/PDAL.git", branch: "master"

# The upstream GitHub repository sometimes creates tags that only include a
Expand Down Expand Up @@ -32,9 +31,16 @@ class Pdal < Formula
depends_on "gdal"
depends_on "hdf5"
depends_on "laszip"
depends_on "libgeotiff"
depends_on "libpq"
depends_on "libxml2"
depends_on "numpy"
depends_on "openssl@3"
depends_on "proj"
depends_on "zstd"

uses_from_macos "curl"
uses_from_macos "zlib"

on_linux do
depends_on "libunwind"
Expand Down

0 comments on commit 2d5bf4b

Please sign in to comment.