Skip to content

Commit 8fdc72e

Browse files
updating to TileDB-2.18.0-rc2 and adding bindings
1 parent 2f1607b commit 8fdc72e

File tree

138 files changed

+5251
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+5251
-733
lines changed

cmake/Modules/FindTileDB_EP.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@ if (NOT TILEDB_FOUND)
4848
# Try to download prebuilt artifacts unless the user specifies to build from source
4949
if(DOWNLOAD_TILEDB_PREBUILT)
5050
if (WIN32) # Windows
51-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc0/tiledb-windows-x86_64-2.18.0-rc0-a3c4865.zip")
52-
SET(DOWNLOAD_SHA1 "8f7e40683de04eebfd4180fca8d43a91c7aa21f5")
51+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc2/tiledb-windows-x86_64-2.18.0-rc2-3af8017.zip")
52+
SET(DOWNLOAD_SHA1 "3ba44ff0ad6a758774f2d827e15dc0f841fb5e21")
5353
elseif(APPLE) # macOS
5454

5555
if (CMAKE_OSX_ARCHITECTURES STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)")
5656
message(STATUS "Building for intel mac")
57-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc0/tiledb-macos-x86_64-2.18.0-rc0-a3c4865.tar.gz")
58-
SET(DOWNLOAD_SHA1 "a16e17e644f9cda020b8a45e8e32843eeddc94bd")
57+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc2/tiledb-macos-x86_64-2.18.0-rc2-3af8017.tar.gz")
58+
SET(DOWNLOAD_SHA1 "b6e2e5667c80158936033f0199c880992da5de4f")
5959

6060
elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
6161
message(STATUS "Building for apple silicon mac")
62-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc0/tiledb-macos-arm64-2.18.0-rc0-a3c4865.tar.gz")
63-
SET(DOWNLOAD_SHA1 "0ebcf5fbe9f18d27a617867ba4287598accace6a")
62+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc2/tiledb-macos-arm64-2.18.0-rc2-3af8017.tar.gz")
63+
SET(DOWNLOAD_SHA1 "7e058b50693c065dd1875c0ff8e47f6f36a54420")
6464
endif()
6565

6666
else() # Linux
67-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc0/tiledb-linux-x86_64-2.18.0-rc0-a3c4865.tar.gz")
68-
SET(DOWNLOAD_SHA1 "ea9f282348f939166815b3e9d92d6957dce66214")
67+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc2/tiledb-linux-x86_64-2.18.0-rc2-3af8017.tar.gz")
68+
SET(DOWNLOAD_SHA1 "52b263dd22e5fc278f36fbe4219719ed302d7c38")
6969
endif()
7070

7171
ExternalProject_Add(ep_tiledb

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2-
TILEDB_GIT_TAG=2.18.0-rc0
2+
TILEDB_GIT_TAG=2.18.0-rc2
33
TILEDB_VERBOSE=ON
44
TILEDB_S3=ON
55
TILEDB_AZURE=OFF

0 commit comments

Comments
 (0)