Skip to content

Commit 55166ea

Browse files
committed
update to TileDB-2.29.0 stable
1 parent 9fd0b99 commit 55166ea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cmake/Modules/FindTileDB_EP.cmake

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,30 @@ 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.29.0-rc0/tiledb-windows-x86_64-2.29.0-rc0-c3508ee.zip")
52-
SET(DOWNLOAD_SHA256 "bd6d256d69924b0230d72b8397b4bc1ffbdf2a29f2c44514a8fb669366775da4")
51+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-windows-x86_64-2.29.0-958e736.zip")
52+
SET(DOWNLOAD_SHA256 "c78feefdb45921bcc506d549638615aebe2781b4ea13d5a27dcc1ae0bc8e3d2c")
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")
5757

58-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0-rc0/tiledb-macos-x86_64-2.29.0-rc0-c3508ee.tar.gz")
59-
SET(DOWNLOAD_SHA256 "cb9c19ca589d6f21bf05fef683fcd176a38a144732e06738bbbb7479102bdcc0")
58+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-macos-x86_64-2.29.0-958e736.tar.gz")
59+
SET(DOWNLOAD_SHA256 "ba24f9c217ee002dcaf570ff83b40de76204b258d57b703c459fc58daff67682")
6060

6161
elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
6262
message(STATUS "Building for apple silicon mac")
63-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0-rc0/tiledb-macos-arm64-2.29.0-rc0-c3508ee.tar.gz")
64-
SET(DOWNLOAD_SHA256 "b8dbf77590bb030edbbbb8d1a09b1db5e51cfe144c3d417535fbebcb34cea500")
63+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-macos-arm64-2.29.0-958e736.tar.gz")
64+
SET(DOWNLOAD_SHA256 "7d7d11dbed1d336b9f68287e2592c24c4cab696425c3421bc51ee93082877b91")
6565
endif()
6666
else() # Linux
6767
if (USE_AVX2)
6868
message(STATUS "Using Linux binaries with AVX2")
69-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0-rc0/tiledb-linux-x86_64-2.29.0-rc0-c3508ee.tar.gz")
70-
SET(DOWNLOAD_SHA256 "76e1db09790108af5be904ac280d77ce6ccd215bb91eea083d1e4b9124e7936a")
69+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-linux-x86_64-2.29.0-958e736.tar")
70+
SET(DOWNLOAD_SHA256 "b9063af7807ac1284820c2affb441b332cc8792dfc40cea37fb7769976c02447")
7171
else()
7272
message(STATUS "Using Linux binaries without AVX2")
73-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0-rc0/tiledb-linux-x86_64-noavx2-2.29.0-rc0-c3508ee.tar.gz")
74-
SET(DOWNLOAD_SHA256 "0b4359a2ad6ad24118d3fce18fd0d34d2e80d18eda9ea0de4edd8d3e849b8d34")
73+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.29.0/tiledb-linux-x86_64-noavx2-2.29.0-958e736.tar.gz")
74+
SET(DOWNLOAD_SHA256 "060e608425c0365d2c3432149dce5226630517d19fce24142f34943379260cc2")
7575
endif()
7676
endif()
7777

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.29.0-rc0
2+
TILEDB_GIT_TAG=2.29.0
33
TILEDB_VERBOSE=ON
44
TILEDB_S3=ON
55
TILEDB_AZURE=OFF

0 commit comments

Comments
 (0)