File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ if (NOT TILEDB_FOUND)
48
48
# Try to download prebuilt artifacts unless the user specifies to build from source
49
49
if (DOWNLOAD_TILEDB_PREBUILT )
50
50
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 " )
53
53
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 " )
56
56
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 " )
59
59
endif ()
60
60
61
61
ExternalProject_Add (ep_tiledb
Original file line number Diff line number Diff line change 1
1
TILEDB_GIT_REPOSITORY =https://github.com/TileDB-Inc/TileDB
2
- TILEDB_GIT_TAG =2.7.0
2
+ TILEDB_GIT_TAG =2.7.1
3
3
TILEDB_VERBOSE =ON
4
4
TILEDB_S3 =ON
5
5
TILEDB_AZURE =OFF
You can’t perform that action at this time.
0 commit comments