Port details |
- py-pdal PDAL Python bindings
- 3.4.5 math =2 3.0.2_3Version of this port present on the latest quarterly branch.
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2020-07-30 19:55:25
- Last Update: 2024-08-29 08:35:55
- Commit Hash: 889c6b7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.python.org/pypi/pdal
- Description:
- PDAL Python support allows you to process data with PDAL into Numpy arrays.
It supports embedding Python in PDAL pipelines with the readers.numpy and
filters.python stages, and it provides a PDAL extension module to control
Python interaction with PDAL.
Additionally, you can use it to fetch schema and metadata from PDAL operations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pdal>0:math/py-pdal@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-pdal/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-pdal
- pkg install py311-pdal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pdal listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pdal
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724913480
SHA256 (pdal-3.4.5.tar.gz) = 6e42ec8c368a9d1c14abf0eff13a5b9d28b6de08ef7c2ca2b4900a15186d46f4
SIZE (pdal-3.4.5.tar.gz) = 89528
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-scikit-build>0 : devel/py-scikit-build@py311
- py311-scikit-build-core>=0.2.0 : devel/py-scikit-build-core@py311
- py311-pybind11>0 : devel/py-pybind11@py311
- pybind11>0 : devel/pybind11
- cmake : devel/cmake-core
- ninja : devel/ninja
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>=0 : devel/py-packaging@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libpdalcpp.so : math/pdal
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-pdal
- USES:
- compiler:c++11-lang ninja:build python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.5 29 Aug 2024 08:35:55 |
Loïc Bartoletti (lbartoletti) |
math/py-pdal: Update to 3.4.5 |
3.0.2_3 24 Feb 2024 05:23:52 |
Loïc Bartoletti (lbartoletti) Author: Bram Ton |
math/pdal: Update to 2.6.3
Use libpdalcpp instead of libpdal_base
Release notes:
- https://github.com/PDAL/PDAL/releases/tag/2.6.2
- https://github.com/PDAL/PDAL/releases/tag/2.6.3
PR: 276752
Reported by: Bram Ton <bram@cbbg.nl> |
3.0.2_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.0.2_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.2_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.0.2_1 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.2_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
3.0.2 25 Mar 2022 13:38:16 |
Po-Chuan Hsieh (sunpoet) |
math/py-pdal: Fix build with setuptools 58.0.0+
With hat: python |
3.0.2 25 Feb 2022 20:51:46 |
Loïc Bartoletti (lbartoletti) |
math/py-pdal: Update to 3.0.2
Changes:
- https://github.com/PDAL/python/blob/master/CHANGES.txt |
2.3.5 20 Apr 2021 06:57:34 |
Tobias Kortkamp (tobik) |
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)
Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja. Hook it to the framework via a new NINJA_DEFAULT.
This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.
PR: 254678
Exp-run by: antoine |
2.3.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.5 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
2.3.5 12 Nov 2020 16:50:07 |
lbartoletti |
math/py-pdal: Update to 2.3.5
- Fix memory leak
- Handle metadata with invalid unicode by erroring |
2.3.4 09 Sep 2020 14:17:07 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
CMake Error in CMakeLists.txt:
Target "pdal_io_numpy_test" requires the language dialect "CXX11" , but
CMake does not know the compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket) |
2.3.4 02 Sep 2020 12:13:17 |
lbartoletti |
math/py-pdal: Update to 2.3.4 |
2.3.3 03 Aug 2020 05:11:11 |
lbartoletti |
math/py-pdal: Use python 3 only
Reported by: pkg-fallout |
2.3.3 30 Jul 2020 19:55:18 |
lbartoletti |
[NEW PORT] math/py-pdal: PDAL Python bindings
Description:
PDAL Python support allows you to process data with PDAL into Numpy arrays. It
supports embedding Python in PDAL pipelines with the readers.numpy and
filters.python stages, and it provides a PDAL extension module to control Python
interaction with PDAL.
Additionally, you can use it to fetch schema and metadata from PDAL operations.
Context:
Python plugin is removed from math/pdal and is available at
https://pypi.org/project/PDAL/
Approved by: tcberner (mentor) |