Skip to content

Commit 4e9b2e4

Browse files
authored
PDAL: Depend on LibCURL (#10130)
1 parent 25dd0dd commit 4e9b2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

P/PDAL/build_tarballs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ products = [
8585
# Dependencies that must be installed before this package can be built
8686
dependencies = [
8787
Dependency(PackageSpec(name="GDAL_jll", uuid="a7073274-a066-55f0-b90d-d619367d196c"); compat="302.1000.0"),
88+
Dependency(PackageSpec(name="LibCURL_jll"); compat="7.73,8"),
8889
Dependency(PackageSpec(name="libgeotiff_jll", uuid="06c338fa-64ff-565b-ac2f-249532af990e"); compat="100.702.300"),
8990
# From GDAL recipe, for 32-bit platforms, when we need to link to OpenMP we need version 4,
9091
# because version 5 dropped support for these architectures

0 commit comments

Comments
 (0)