mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/tiledb: Update to 2.18.0
- Update WWW Changes: https://github.com/TileDB-Inc/TileDB/releases
This commit is contained in:
parent
a318727341
commit
237616c52d
5 changed files with 13 additions and 17 deletions
|
@ -1,22 +1,22 @@
|
||||||
PORTNAME= tiledb
|
PORTNAME= tiledb
|
||||||
PORTVERSION= 2.17.4
|
PORTVERSION= 2.18.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= TileDB array data management
|
COMMENT= TileDB array data management
|
||||||
WWW= https://www.tiledb.io/ \
|
WWW= https://tiledb.com/ \
|
||||||
https://github.com/TileDB-Inc/TileDB
|
https://github.com/TileDB-Inc/TileDB
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
LIB_DEPENDS= libcapnp.so:devel/capnproto080 \
|
LIB_DEPENDS= libcapnp.so:devel/capnproto1 \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
libfmt.so:devel/libfmt \
|
libfmt.so:devel/libfmt \
|
||||||
liblz4.so:archivers/liblz4 \
|
liblz4.so:archivers/liblz4 \
|
||||||
libzstd.so:archivers/zstd
|
libzstd.so:archivers/zstd
|
||||||
RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \
|
RUN_DEPENDS= capnproto1>=1.0.1:devel/capnproto1 \
|
||||||
catch2>=3.1:devel/catch2 \
|
catch2>=3.1:devel/catch2 \
|
||||||
clipp>=1.2.3_1:devel/clipp \
|
clipp>=1.2.3_1:devel/clipp \
|
||||||
curl>=7.74.0:ftp/curl \
|
curl>=7.74.0:ftp/curl \
|
||||||
|
@ -49,6 +49,7 @@ CMAKE_OFF= TILEDB_ABSEIL \
|
||||||
TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK \
|
TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK \
|
||||||
TILEDB_SUPERBUILD \
|
TILEDB_SUPERBUILD \
|
||||||
TILEDB_TESTS \
|
TILEDB_TESTS \
|
||||||
|
TILEDB_VCPKG \
|
||||||
TILEDB_VERBOSE \
|
TILEDB_VERBOSE \
|
||||||
TILEDB_WEBP \
|
TILEDB_WEBP \
|
||||||
TILEDB_WERROR
|
TILEDB_WERROR
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1699774496
|
TIMESTAMP = 1700759708
|
||||||
SHA256 (TileDB-Inc-TileDB-2.17.4_GH0.tar.gz) = 7ef1c88415045eda28666f7eceb75146c49443b1eee162aa28c3b7e27496b769
|
SHA256 (TileDB-Inc-TileDB-2.18.0_GH0.tar.gz) = c5cc459f18bae030631830a260d8fc54690ed2887e6b64dac70e3dfc29f55691
|
||||||
SIZE (TileDB-Inc-TileDB-2.17.4_GH0.tar.gz) = 4418341
|
SIZE (TileDB-Inc-TileDB-2.18.0_GH0.tar.gz) = 4392129
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- tiledb/common/logger.h.orig 2021-11-25 02:05:56 UTC
|
|
||||||
+++ tiledb/common/logger.h
|
|
||||||
@@ -52,6 +52,7 @@
|
|
||||||
#define TILEDB_LOGGER_H
|
|
||||||
|
|
||||||
#include <spdlog/spdlog.h>
|
|
||||||
+#include <spdlog/sinks/stdout_color_sinks.h>
|
|
||||||
#include <atomic>
|
|
||||||
#include <sstream>
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ include/tiledb/api/c_api/object/object_api_enum.h
|
||||||
include/tiledb/api/c_api/object/object_api_external.h
|
include/tiledb/api/c_api/object/object_api_external.h
|
||||||
include/tiledb/api/c_api/query/query_api_enum.h
|
include/tiledb/api/c_api/query/query_api_enum.h
|
||||||
include/tiledb/api/c_api/query/query_api_external.h
|
include/tiledb/api/c_api/query/query_api_external.h
|
||||||
|
include/tiledb/api/c_api/query_aggregate/query_aggregate_api_external_experimental.h
|
||||||
|
include/tiledb/api/c_api/query_field/query_field_api_external_experimental.h
|
||||||
include/tiledb/api/c_api/query_plan/query_plan_api_external_experimental.h
|
include/tiledb/api/c_api/query_plan/query_plan_api_external_experimental.h
|
||||||
include/tiledb/api/c_api/string/string_api_external.h
|
include/tiledb/api/c_api/string/string_api_external.h
|
||||||
include/tiledb/api/c_api/vfs/vfs_api_enum.h
|
include/tiledb/api/c_api/vfs/vfs_api_enum.h
|
||||||
|
@ -40,6 +42,8 @@ include/tiledb/arrowio
|
||||||
include/tiledb/as_built_experimental.h
|
include/tiledb/as_built_experimental.h
|
||||||
include/tiledb/attribute.h
|
include/tiledb/attribute.h
|
||||||
include/tiledb/attribute_experimental.h
|
include/tiledb/attribute_experimental.h
|
||||||
|
include/tiledb/channel_operation.h
|
||||||
|
include/tiledb/channel_operator.h
|
||||||
include/tiledb/config.h
|
include/tiledb/config.h
|
||||||
include/tiledb/consolidation_plan_experimental.h
|
include/tiledb/consolidation_plan_experimental.h
|
||||||
include/tiledb/context.h
|
include/tiledb/context.h
|
||||||
|
@ -60,6 +64,7 @@ include/tiledb/log.h
|
||||||
include/tiledb/object.h
|
include/tiledb/object.h
|
||||||
include/tiledb/object_iter.h
|
include/tiledb/object_iter.h
|
||||||
include/tiledb/query.h
|
include/tiledb/query.h
|
||||||
|
include/tiledb/query_channel.h
|
||||||
include/tiledb/query_condition.h
|
include/tiledb/query_condition.h
|
||||||
include/tiledb/query_condition_experimental.h
|
include/tiledb/query_condition_experimental.h
|
||||||
include/tiledb/query_experimental.h
|
include/tiledb/query_experimental.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue