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.1 /tiledb-windows-x86_64-2.7.1-a942c71 .zip" )
52
- SET (DOWNLOAD_SHA1 "fd3cd7c72a8c7056445b402622264ca3c3da89cc " )
51
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2 /tiledb-windows-x86_64-2.7.2-c0362d4 .zip" )
52
+ SET (DOWNLOAD_SHA1 "84a9177be673c6998ae89b8f7d6152edb1c5c81b " )
53
53
elseif (APPLE ) # macOS
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 " )
54
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2 /tiledb-macos-x86_64-2.7.2-c0362d4 .tar.gz" )
55
+ SET (DOWNLOAD_SHA1 "f9b05dd6d957d6497dbe068e7716e6db2f567729 " )
56
56
else () # Linux
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 " )
57
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.7.2 /tiledb-linux-x86_64-2.7.2-c0362d4 .tar.gz" )
58
+ SET (DOWNLOAD_SHA1 "5aeb1da3f3d44d442ce5470aae17da8f6a8de07f " )
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.1
2
+ TILEDB_GIT_TAG =2.7.2
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