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 @@ -54,18 +54,18 @@ if (NOT TILEDB_FOUND)
54
54
55
55
if (CMAKE_OSX_ARCHITECTURES STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)" )
56
56
message (STATUS "Building for intel mac" )
57
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc3 /tiledb-macos-x86_64-2.18.0-rc3-925dac8 .tar.gz" )
58
- SET (DOWNLOAD_SHA1 "2a767197e8286560e1457cc223b5c0453c7b9711 " )
57
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc4 /tiledb-macos-x86_64-2.18.0-rc4-71ca8b4 .tar.gz" )
58
+ SET (DOWNLOAD_SHA1 "f046a4a359edc3c4957de0afcd1b94b224903da7 " )
59
59
60
60
elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
61
61
message (STATUS "Building for apple silicon mac" )
62
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc3 /tiledb-macos-arm64-2.18.0-rc3-925dac8 .tar.gz" )
63
- SET (DOWNLOAD_SHA1 "92eee3a48335ba9dd72bb79915a9d3f8def387dc " )
62
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc4 /tiledb-macos-arm64-2.18.0-rc4-71ca8b4 .tar.gz" )
63
+ SET (DOWNLOAD_SHA1 "719d80eaec5a985d613a2e14be30c6c770b3f7da " )
64
64
endif ()
65
65
66
66
else () # Linux
67
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc3 /tiledb-linux-x86_64-2.18.0-rc3-925dac8 .tar.gz" )
68
- SET (DOWNLOAD_SHA1 "1ac2474fd57f1f23d52e5ff7c7ca410621773ba8 " )
67
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0-rc4 /tiledb-linux-x86_64-2.18.0-rc4-71ca8b4 .tar.gz" )
68
+ SET (DOWNLOAD_SHA1 "be9a39f65cc2a32bd5514b90a66371cc425104fa " )
69
69
endif ()
70
70
71
71
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.18.0-rc3
2
+ TILEDB_GIT_TAG =2.18.0-rc4
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