Port details |
- py-tiledb Python interface to the TileDB array storage manager
- 0.33.5 databases
=2 0.33.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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.
 ¦ ¦ ¦ ¦ 
- 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>)
- 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):
- 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.27.2 : 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: 106 (showing only 6 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.3_1 26 Jul 2019 20:46:57
  |
gerald  |
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
  |
sunpoet  |
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
  |
sunpoet  |
Update to 0.4.3
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases |
0.4.2 21 May 2019 18:03:50
  |
sunpoet  |
Update to 0.4.2
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases |
0.4.1 15 May 2019 15:54:16
  |
sunpoet  |
Add NOT_FOR_ARCHS
TileDB is currently only available as a 64-bit library. |
0.4.1 12 May 2019 16:29:52
  |
sunpoet  |
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)
|