databases/tiledb: Update to 2.6.1

Changes:	https://github.com/TileDB-Inc/TileDB/releases
This commit is contained in:
Po-Chuan Hsieh 2022-01-26 03:18:29 +08:00
parent 87cab61e7b
commit 205e48090c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 6 additions and 31 deletions

View file

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tiledb
PORTVERSION= 2.5.3
PORTVERSION= 2.6.1
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
@ -24,7 +24,7 @@ USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl
CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2
CMAKE_OFF= TILEDB_ALLOW_REGEX_CHAR_PATH TILEDB_ARROW_TESTS TILEDB_AZURE TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_GCS TILEDB_HDFS TILEDB_MEMFS TILEDB_S3 TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_TESTS_ENABLE_REST TILEDB_VERBOSE TILEDB_WERROR
CMAKE_OFF= TILEDB_ALLOW_REGEX_CHAR_PATH TILEDB_ARROW_TESTS TILEDB_AZURE TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_GCS TILEDB_HDFS TILEDB_S3 TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_TESTS_ENABLE_REST TILEDB_VERBOSE TILEDB_WERROR
CMAKE_ON= TILEDB_CCACHE TILEDB_CPP_API TILEDB_LOG_OUTPUT_ON_FAILURE TILEDB_SERIALIZATION TILEDB_STATIC TILEDB_STATS TILEDB_TESTS TILEDB_TOOLS
LDFLAGS+= -lfmt

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1641045786
SHA256 (TileDB-Inc-TileDB-2.5.3_GH0.tar.gz) = 82a858ee5ec6256ea706ddbc69153841b5c974942f558fb81c17ffb61887ff85
SIZE (TileDB-Inc-TileDB-2.5.3_GH0.tar.gz) = 2105228
TIMESTAMP = 1643133651
SHA256 (TileDB-Inc-TileDB-2.6.1_GH0.tar.gz) = aeb6dc1e1afdb6f5ff63ed88ba6ef4abe668bdaaf921934e8c95b0901e9cb4e2
SIZE (TileDB-Inc-TileDB-2.6.1_GH0.tar.gz) = 2136580

View file

@ -1,26 +0,0 @@
--- external/src/blosc/shuffle.cc.orig 2020-07-31 17:44:09 UTC
+++ external/src/blosc/shuffle.cc
@@ -158,6 +158,8 @@ __cpuidex(int32_t cpuInfo[4], int32_t function_id, int
/* Reads the content of an extended control register.
https://software.intel.com/en-us/articles/how-to-detect-new-instruction-support-in-the-4th-generation-intel-core-processor-family
*/
+
+#if !defined(_xgetbv)
static inline uint64_t
_xgetbv(uint32_t xcr) {
uint32_t eax, edx;
@@ -173,6 +175,7 @@ _xgetbv(uint32_t xcr) {
);
return ((uint64_t)edx << 32) | eax;
}
+#endif
#endif /* defined(_MSC_FULL_VER) */
@@ -385,4 +388,4 @@ unshuffle(const size_t bytesoftype, const size_t block
(host_implementation.unshuffle)(bytesoftype, blocksize, _src, _dest);
}
-}
\ No newline at end of file
+}

View file

@ -18,3 +18,4 @@ Features:
- Virtual Filesystem.
WWW: https://www.tiledb.io/
WWW: https://github.com/TileDB-Inc/TileDB