# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-pdal-plugins version 1.6.0 revision 0 categories-append gis license BSD maintainers {yahoo.com:n_larsson @nilason} openmaintainer description PDAL Python Plugins long_description {*}${description} allow you to process data with PDAL into \ Numpy arrays. They support embedding Python in PDAL pipelines \ with the readers.numpy and filters.python stages. homepage https://www.pdal.io distname [string map {- _} ${python.rootname}]-${version} checksums rmd160 c7987e679e9bc369c0816e7bffbfdf9831d257eb \ sha256 386963fd2edfce3c5fcfe6e6413a36174f6726d466e2e076ad32771ec788858c \ size 8978179 python.versions 39 310 311 312 patchfiles patch_pyproject_pybind11.diff if {${name} ne ${subport}} { compiler.cxx_standard \ 2017 depends_build-append \ path:bin/cmake:cmake \ port:ninja \ port:py${python.version}-pybind11 \ port:py${python.version}-scikit-build-core depends_lib-append \ port:pdal \ port:py${python.version}-numpy \ port:py${python.version}-pdal build.env-append \ pybind11_DIR=${python.pkgd}/pybind11/share/cmake/pybind11 notes-append \ "Add '${python.pkgd}/pdal' to the environmental variable PDAL_DRIVER_PATH\ to enable PDAL to locate the plugins." }