notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
There is a known issue with processing of security/vuxml data. As a results, the "Lastest Vulnerabilities" box is out of date and new entries after 2025-Sep-02 are not shown.
Port details on branch 2025Q3
py-tiledb Python interface to the TileDB array storage manager
0.34.0 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.34.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-tiledb
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-numpy>=1.25,1 : math/py-numpy@py311
  2. py311-pybind11>=0 : devel/py-pybind11@py311
  3. py311-scikit-build-core>=0 : devel/py-scikit-build-core@py311
  4. py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
  5. tiledb>=2.28.0 : databases/tiledb
  6. cmake : devel/cmake-core
  7. python3.11 : lang/python311
  8. py311-build>=0 : devel/py-build@py311
  9. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.25,1 : math/py-numpy@py311
  2. py311-packaging>=0 : devel/py-packaging@py311
  3. python3.11 : lang/python311
Library dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/tiledb/
  2. https://pypi.org/packages/source/t/tiledb/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.34.0
02 Sep 2025 19:38:18
commit hash: 909663cb91cb81144e74d72e6db0911a606aef2fcommit hash: 909663cb91cb81144e74d72e6db0911a606aef2fcommit hash: 909663cb91cb81144e74d72e6db0911a606aef2fcommit hash: 909663cb91cb81144e74d72e6db0911a606aef2f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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 View all of this commit message)

Number of commits found: 1