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
Port details
py-tiledb Python interface to the TileDB array storage manager
0.33.5 databases on this many watch lists=2 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.33.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-05-12 16:30:08
Last Update: 2025-03-19 03:37:57
Commit Hash: 9be6d4ab
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
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

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}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 = 1742070296 SHA256 (tiledb-0.33.5.tar.gz) = 919767d7c0f2223eca7940f415ed5aea90959c1abae148851b0ac7dcb11c522e SIZE (tiledb-0.33.5.tar.gz) = 373575

Packages (timestamps in pop-ups are UTC):
py39-tiledb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a--0.26.0
 

py311-tiledb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.33.40.33.5------
FreeBSD:13:quarterly0.33.00.33.0------
FreeBSD:14:latest0.33.40.33.5------
FreeBSD:14:quarterly0.33.00.33.0------
FreeBSD:15:latest0.33.50.33.5n/a-n/a---
 

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.27.2 : 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: 106 (showing only 6 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.3_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.4.3
23 Jul 2019 16:16:58
Revision:507225Original commit files touched by this commit
sunpoet search for other commits by this committer
Drop python 2.7 support

This port requires numpy<=1.16 for python 3.4 and below. Since we have py-numpy
1.16.4, drop python 2.7 support.

from setup.py:
numpy_required_version = 'numpy<=1.16' if sys.hexversion <0x3050000 else
'numpy>=1.7'
0.4.3
21 Jul 2019 20:47:34
Revision:507086Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.4.3

Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
0.4.2
21 May 2019 18:03:50
Revision:502226Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.4.2

Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
0.4.1
15 May 2019 15:54:16
Revision:501712Original commit files touched by this commit
sunpoet search for other commits by this committer
Add NOT_FOR_ARCHS

TileDB is currently only available as a 64-bit library.
0.4.1
12 May 2019 16:29:52
Revision:501385Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-tiledb 0.4.1

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.

WWW: https://github.com/TileDB-Inc/TileDB-Py

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2