Port details on branch 2024Q1 |
- tiledb TileDB array data management
- 2.20.1 databases
=0 2.20.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-03-31 07:18:06
- Last Update: 2024-03-31 07:14:21
- Commit Hash: fb7d5fe
- License: MIT
- WWW:
- https://tiledb.com/
- https://github.com/TileDB-Inc/TileDB
- 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 stores your array data on persistent storage locally or in the cloud,
with built-in support for S3 and HDFS storage backends.
Features:
- Novel Format.
- Multiple Backends.
- Compression.
- Parallelism.
- Portability.
- Language Bindings.
- Key-value Store.
- Virtual Filesystem.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tiledb>0:databases/tiledb
- To install the port:
- cd /usr/ports/databases/tiledb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/tiledb
- pkg install tiledb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tiledb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709390448
SHA256 (TileDB-Inc-TileDB-2.20.1_GH0.tar.gz) = d9d52de7eef25c9e358f0dd6e696dc11a08d5b4d6c4ede88f11afffd32ec31c2
SIZE (TileDB-Inc-TileDB-2.20.1_GH0.tar.gz) = 4416428
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:
-
- capnproto1>=1.0.1 : devel/capnproto1
- catch2>=3.1 : devel/catch2
- clipp>=1.2.3_1 : devel/clipp
- curl>=7.74.0 : ftp/curl
- liblz4>=1.9.3,1 : archivers/liblz4
- spdlog>=1.11.0 : devel/spdlog
- zstd>=1.4.8 : archivers/zstd
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- capnproto1>=1.0.1 : devel/capnproto1
- catch2>=3.1 : devel/catch2
- clipp>=1.2.3_1 : devel/clipp
- curl>=7.74.0 : ftp/curl
- liblz4>=1.9.3,1 : archivers/liblz4
- spdlog>=1.11.0 : devel/spdlog
- zstd>=1.4.8 : archivers/zstd
- Library dependencies:
-
- libcapnp.so : devel/capnproto1
- libcurl.so : ftp/curl
- libfmt.so : devel/libfmt
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tiledb-2.20.1:
AVX2=off: AVX2 instructions support
===> Use 'make config' to modify these settings
- Options name:
- databases_tiledb
- USES:
- cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl
- 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 |
2.20.1 31 Mar 2024 07:14:21
    |
Po-Chuan Hsieh (sunpoet)  |
databases/tiledb: Update to 2.20.1
Changes: https://github.com/TileDB-Inc/TileDB/releases
(cherry picked from commit 54959b3c497c40ec48ac956b29da1e4c861df9ab) |
2.20.0 31 Mar 2024 07:14:21
    |
Po-Chuan Hsieh (sunpoet)  |
databases/tiledb: Update to 2.20.0
Changes: https://github.com/TileDB-Inc/TileDB/releases
(cherry picked from commit 4131b917cd9f0d95d73a18be1a001d137152c925) |
2.19.0_1 31 Mar 2024 07:14:20
    |
Po-Chuan Hsieh (sunpoet)  Author: Piotr Kubaj |
databases/tiledb: fix build on non-amd64
1. Fix build on powerpc by adding -Wno-c++11-narrowing.
2. Disable AVX2 by default since only modern amd64 supports it.
(cherry picked from commit b4346f9b28adee34ea6de88fc21dd7039c032e87) |