@@ -52,20 +52,20 @@ else()
52
52
# Try to download prebuilt artifacts unless the user specifies to build from source
53
53
if (DOWNLOAD_TILEDB_PREBUILT)
54
54
if (WIN32 ) # Windows
55
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.0 /tiledb-windows-x86_64-2.15.0-1fb59c4 .zip" )
56
- SET (DOWNLOAD_SHA1 "aeea7b08acffd2e907956ad31b3230f329c8e2f2 " )
55
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.1 /tiledb-windows-x86_64-2.15.1-432d4c2 .zip" )
56
+ SET (DOWNLOAD_SHA1 "7235a3bc0b5675ed83762a4290d99c6ff9db285f " )
57
57
elseif (APPLE ) # OSX
58
58
59
59
if (CMAKE_OSX_ARCHITECTURES STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)" )
60
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.0 /tiledb-macos-x86_64-2.15.0-1fb59c4 .tar.gz" )
61
- SET (DOWNLOAD_SHA1 "e0a6cb63a87d07223ea1fe1e85add1157485039a " )
60
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.1 /tiledb-macos-x86_64-2.15.1-432d4c2 .tar.gz" )
61
+ SET (DOWNLOAD_SHA1 "f5986f5a85912147e2b839e0968963df6c540688 " )
62
62
elseif (CMAKE_OSX_ARCHITECTURES STREQUAL arm64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" )
63
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.0 /tiledb-macos-arm64-2.15.0-1fb59c4 .tar.gz" )
64
- SET (DOWNLOAD_SHA1 "9cfdc7c783a0e9dc660d2da79c459c4792c42192 " )
63
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.1 /tiledb-macos-arm64-2.15.1-432d4c2 .tar.gz" )
64
+ SET (DOWNLOAD_SHA1 "6abb30f9dd7371d5a06a273008179bd57d691e36 " )
65
65
endif ()
66
66
else () # Linux
67
- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.0 /tiledb-linux-x86_64-2.15.0-1fb59c4 .tar.gz" )
68
- SET (DOWNLOAD_SHA1 "d848984df361bf1dff1ace09cb7ac1c516c6cb87 " )
67
+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.15.1 /tiledb-linux-x86_64-2.15.1-432d4c2 .tar.gz" )
68
+ SET (DOWNLOAD_SHA1 "9b705af26007b193800f0382c343d421a8b59003 " )
69
69
endif ()
70
70
71
71
ExternalProject_Add(ep_tiledb
87
87
else () # Build from source
88
88
ExternalProject_Add(ep_tiledb
89
89
PREFIX "externals"
90
- URL "https://github.com/TileDB-Inc/TileDB/archive/2.15.0 .zip"
91
- URL_HASH SHA1=b281debe6799c635ab8c2984496ebe1f473a56d9
90
+ URL "https://github.com/TileDB-Inc/TileDB/archive/2.15.1 .zip"
91
+ URL_HASH SHA1=8bb70f7534297b184d23b216b1097fdde40829df
92
92
DOWNLOAD_NAME "tiledb.zip"
93
93
CMAKE_ARGS
94
94
-DCMAKE_INSTALL_PREFIX=${EP_INSTALL_PREFIX}
0 commit comments