PKGNAME=tiledb
PKGSEC=database
PKGDES="Data engine for storing and accessing dense and sparse multi-dimensional arrays"
PKGDEP="bzip2 fmt gcc-runtime glibc libwebp openssl"
BUILDDEP="c-blosc2 file lz4 nlohmann-json spdlog zlib"

ABTYPE=cmakeninja
CMAKE_AFTER=(
    -DTILEDB_DISABLE_AUTO_VCPKG=ON
    -DTILEDB_TESTS=OFF
)
