Skip to content

Commit 039e1e3

Browse files
Update to TileDB 2.7.1
1 parent 7c2a90e commit 039e1e3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cmake/Modules/FindTileDB_EP.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ 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.7.0/tiledb-windows-x86_64-2.7.0-4f39c6c.zip")
52-
SET(DOWNLOAD_SHA1 "b441e0684a73dbdd3b55d2448e4b32a03bd4750f")
51+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.1/tiledb-windows-x86_64-2.7.1-a942c71.zip")
52+
SET(DOWNLOAD_SHA1 "fd3cd7c72a8c7056445b402622264ca3c3da89cc")
5353
elseif(APPLE) # macOS
54-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.0/tiledb-macos-x86_64-2.7.0-4f39c6c.tar.gz")
55-
SET(DOWNLOAD_SHA1 "f5b7a6ac44e0aed2d2689b9b5f7d51c506e9a9e1")
54+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.1/tiledb-macos-x86_64-2.7.1-a942c71.tar.gz")
55+
SET(DOWNLOAD_SHA1 "07074baf703440c0a54d2eb41eb1f59c53a519f0")
5656
else() # Linux
57-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.0/tiledb-linux-x86_64-2.7.0-4f39c6c.tar.gz")
58-
SET(DOWNLOAD_SHA1 "9fa2c0607ca479fbb9f506e466cd60ad0189a6f6")
57+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.1/tiledb-linux-x86_64-2.7.1-a942c71.tar.gz")
58+
SET(DOWNLOAD_SHA1 "d61b01fdd6944f5ae3816426cf66350c54a2d737")
5959
endif()
6060

6161
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.7.0
2+
TILEDB_GIT_TAG=2.7.1
33
TILEDB_VERBOSE=ON
44
TILEDB_S3=ON
55
TILEDB_AZURE=OFF

0 commit comments

Comments
 (0)