Hi,
I am trying to add point cloud support to QGIS on conda-forge [0], but I am unsure if I need to use WITH_PDAL=TRUE and WITH_EPT=TRUE or just make sure PDAL is available from the packaging repositories. Will anything be missing if I skip these two during the compilation? Thanks, Alexandre Neto _______________________________________________ QGIS-Developer mailing list [hidden email] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer |
On Wed, 3 Mar 2021 at 11:59, Alexandre Neto <[hidden email]> wrote:
> > Hi, > > I am trying to add point cloud support to QGIS on conda-forge [0], but I am unsure if I need to use > WITH_PDAL=TRUE yes, you'll need to add this even if you have pdal library available. it defaults to false to avoid breaking the compilation if pdal isn't available (and we want explicit breaks here rather than silently compiling without pdal provider if the library isn't found). > and WITH_EPT=TRUE That defaults to true anyway, so you can omit it if you want. Nyall _______________________________________________ QGIS-Developer mailing list [hidden email] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer |
Great, thanks! A quarta, 3/03/2021, 02:03, Nyall Dawson <[hidden email]> escreveu: On Wed, 3 Mar 2021 at 11:59, Alexandre Neto <[hidden email]> wrote: _______________________________________________ QGIS-Developer mailing list [hidden email] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer |
Hello again, Should I include entwine as a dependency for 3.18.0 on conda-forge? Thanks, Alexandre A quarta, 3/03/2021, 03:40, Alexandre Neto <[hidden email]> escreveu:
_______________________________________________ QGIS-Developer mailing list [hidden email] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer |
Sorry for the basic questions, I was about to say. I am lagging a bit on all this point cloud business, but I wanted to make it available on conda-forge. Thanks, Alexandre Neto A sábado, 6/03/2021, 09:53, Alexandre Neto <[hidden email]> escreveu:
_______________________________________________ QGIS-Developer mailing list [hidden email] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer |
Free forum by Nabble | Edit this page |