Port details on branch 2025Q3 |
- py-tiledb Python interface to the TileDB array storage manager
- 0.34.0 databases
=0 0.34.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-09-02 19:51:06
- Last Update: 2025-09-02 19:38:18
- Commit Hash: 909663c
- Also Listed In: python
- License: MIT
- WWW:
- https://tiledb-inc-tiledb.readthedocs-hosted.com/projects/tiledb-py/en/stable/
- https://github.com/TileDB-Inc/TileDB-Py
- Description:
- TileDB is an efficient multi-dimensional array management system which
introduces a novel format that can effectively store dense and sparse array data
with support for fast updates and reads. It features excellent compression, an
efficient parallel I/O system for high scalability, and high-level APIs
including Python, R, Golang and more.
TileDB-Py is the official Python interface to TileDB.
 ¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tiledb>0:databases/py-tiledb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-tiledb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-tiledb
- pkg install py311-tiledb
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-tiledb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-tiledb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1747715308
SHA256 (tiledb-0.34.0.tar.gz) = ce4995f7455bebfa651fa45a795b07e8bc79867a6feb9b8523c8066ac817e44c
SIZE (tiledb-0.34.0.tar.gz) = 376015
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=1.25,1 : math/py-numpy@py311
- py311-pybind11>=0 : devel/py-pybind11@py311
- py311-scikit-build-core>=0 : devel/py-scikit-build-core@py311
- py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
- tiledb>=2.28.0 : databases/tiledb
- cmake : devel/cmake-core
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.25,1 : math/py-numpy@py311
- py311-packaging>=0 : devel/py-packaging@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libtiledb.so : databases/tiledb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-tiledb
- USES:
- cmake:indirect compiler:c++17-lang localbase python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.34.0 02 Sep 2025 19:38:18
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-tiledb: Mark BROKEN on i386
[ 32%] Building CXX object
tiledb/CMakeFiles/main.dir/tests/test_serialization.cc.o
In file included from
/wrkdirs/usr/ports/databases/py-tiledb/work-py311/tiledb-0.34.0/tiledb/tests/test_serialization.cc:2:
In file included from
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/numpy.h:12:
In file included from
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:12:
In file included from
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/detail/class.h:12:
In file included from
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/attr.h:13:
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/detail/common.h:513:19:
error: static assertion failed due to requirement 'sizeof(unsigned long long) <=
sizeof(int)': Implicit narrowing is not permitted.
513 | static_assert(sizeof(IntType) <= sizeof(ssize_t), "Implicit
narrowing is not permitted.");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/lib/python3.11/site-packages/pybind11/include/pybind11/pytypes.h:1678:57:
note: in instantiation of function template specialization
'pybind11::ssize_t_cast<unsigned long long>' requested here
1678 | : object(PYBIND11_BYTES_FROM_STRING_AND_SIZE(c,
ssize_t_cast(n)), stolen_t{}) {
| ^
/wrkdirs/usr/ports/databases/py-tiledb/work-py311/tiledb-0.34.0/tiledb/tests/test_serialization.cc:77:19:
note: in instantiation of function template specialization
'pybind11::bytes::bytes<unsigned long long, 0>' requested here (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|