Skip to content

Commit

Permalink
pdal: update to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Jul 9, 2024
1 parent 56c6f00 commit c496820
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gis/pdal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PortGroup github 1.0
PortGroup legacysupport 1.1
PortGroup openssl 1.0

github.setup PDAL PDAL 2.7.1
revision 1
github.setup PDAL PDAL 2.7.2
revision 0

name pdal
categories gis
Expand All @@ -33,9 +33,9 @@ compiler.thread_local_storage yes

github.tarball_from releases

checksums rmd160 ca748d52bfdfe05a483daa5070754f5d989b76b7 \
sha256 5e5ac8b5d11ae4dbbde1b5af2ae097b13ed9ed67a57ad942b2c7704d0190c705 \
size 90059072
checksums rmd160 f85ff6d272df015f6934f414c7c81632792d7a4a \
sha256 fcbaa9d6e3f82d19aabf0080e457a9d3c5cf7ef40a65f3a4064bb38702bd6ec4 \
size 90063103

depends_build-append \
port:pkgconfig \
Expand Down Expand Up @@ -138,8 +138,7 @@ foreach proj_ver ${proj_versions} {

variant proj${proj_ver} description "Use Proj${proj_ver}" conflicts {*}${cflcts} "
depends_lib-append port:proj${proj_ver}
configure.args-append -DPROJ_INCLUDE_DIR=${prefix}/lib/proj${proj_ver}/include
configure.env-append LIB=${prefix}/lib/proj${proj_ver}/lib/
configure.args-append -DPROJ_DIR=${prefix}/lib/proj${proj_ver}/lib/cmake/proj
"
}
set projdf "if {"
Expand Down

0 comments on commit c496820

Please sign in to comment.