Skip to content

Commit 15eb330

Browse files
Update to tiledb-2.3.3
1 parent d0aab73 commit 15eb330

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.3.0/tiledb-windows-2.3.0-a87da7f-full.zip")
52-
SET(DOWNLOAD_SHA1 "cbe6f41108b49da6eca516a9a12bad2064bd2240")
51+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3/tiledb-windows-x86_64-2.3.3-9336d3f.zip")
52+
SET(DOWNLOAD_SHA1 "7c777fc98e40e72400a590ef8eb9c23046d18689")
5353
elseif(APPLE) # OSX
54-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.0/tiledb-macos-2.3.0-a87da7f-full.tar.gz")
55-
SET(DOWNLOAD_SHA1 "bfa0247199bd6e2e08104534b45ff83123b7d4ab")
54+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3/tiledb-macos-x86_64-2.3.3-9336d3f.tar.gz")
55+
SET(DOWNLOAD_SHA1 "ae0d1606daa6d984333e06d42df25044bf7e347e")
5656
else() # Linux
57-
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.0/tiledb-linux-2.3.0-a87da7f-full.tar.gz")
58-
SET(DOWNLOAD_SHA1 "15592594e38560a55fd7e3b7a052d9ff79f59a49")
57+
SET(DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3/tiledb-linux-x86_64-2.3.3-9336d3f.tar.gz")
58+
SET(DOWNLOAD_SHA1 "803368d31c2eadf1b866a362ce0514073f84dad9")
5959
endif()
6060

6161
ExternalProject_Add(ep_tiledb

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2-
TILEDB_GIT_TAG=2.3.0
3-
TILEDB_VERBOSE=OFF
2+
TILEDB_GIT_TAG=2.3.3
3+
TILEDB_VERBOSE=ON
44
TILEDB_S3=ON
55
TILEDB_AZURE=OFF
66
TILEDB_HDFS=OFF
77
TILEDB_SERIALIZATION=OFF
88
FORCE_BUILD_TILEDB=OFF
9-
DOWNLOAD_TILEDB_PREBUILT=ON
9+
DOWNLOAD_TILEDB_PREBUILT=OFF

0 commit comments

Comments
 (0)