Skip to content

Commit a8a5a68

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

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 "0de79d63d4130763cae0af2d3dca24bb4cfeb3fc6999d540390fbb0ea95186a9")
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 "3ce0bc2ace1e4bdce526c2bcde2fde49081e58b79742edd9c1c33a68587d61ed")
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 "9593e8d2c6d8dbbc5b32d555fa4f1ab81d2c2c79336502741622b3f2e3758e44")
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.gz")
70+
SET(DOWNLOAD_SHA256 "3de1eeb3038e2363c66ef541e6e4cced496c63977bc2c3e7369b23cd0ded4288")
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 "c0f18e825937f68626956281f09d8e8ecb5faf3ce34794101c04d6cdc8a33c10")
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)