@@ -9,7 +9,18 @@ message(STATUS "start to set tiledb for version:${TILEDB_VERSION}")
99if (${TILEDB_VERSION} MATCHES "^([0-9]+)\\ .([0-9]+)\\ .([0-9]+)$" )
1010message (STATUS "start to set TILEDB_DOWNLOAD_URL and TILEDB_DOWNLOAD_SHA1" )
1111
12- if (${TILEDB_VERSION} STREQUAL "2.10.1" )
12+ if (${TILEDB_VERSION} STREQUAL "2.10.2" )
13+ if (WIN32 ) # Windows
14+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2/tiledb-windows-x86_64-2.10.2-9ab84f9.zip" )
15+ SET (TILEDB_DOWNLOAD_SHA1 "fe6dac320afb08dd3f2f40f2705306f6eb245f8b" )
16+ elseif (APPLE ) # OSX
17+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2/tiledb-macos-x86_64-2.10.2-9ab84f9.tar.gz" )
18+ SET (TILEDB_DOWNLOAD_SHA1 "2be62a6c48c0bd7aeea786414aa32aef26fe6a64" )
19+ else () # Linux
20+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2/tiledb-linux-x86_64-2.10.2-9ab84f9.tar.gz" )
21+ SET (TILEDB_DOWNLOAD_SHA1 "03f6d4892f11cbd939660b78c923325396bd600f" )
22+ endif ()
23+ elseif (${TILEDB_VERSION} STREQUAL "2.10.1" )
1324 if (WIN32 ) # Windows
1425 SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.1/tiledb-windows-x86_64-2.10.1-6535d4c.zip" )
1526 SET (TILEDB_DOWNLOAD_SHA1 "d0c5ed50f3c5215cae8a4dd82f756624e43252aa" )
@@ -341,14 +352,14 @@ elseif(${TILEDB_VERSION} STREQUAL "2.0.7")
341352 endif ()
342353else ()
343354 if (WIN32 ) # Windows
344- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.1 /tiledb-windows-x86_64-2.10.1-6535d4c .zip" )
345- SET (TILEDB_DOWNLOAD_SHA1 "d0c5ed50f3c5215cae8a4dd82f756624e43252aa " )
355+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2 /tiledb-windows-x86_64-2.10.2-9ab84f9 .zip" )
356+ SET (TILEDB_DOWNLOAD_SHA1 "fe6dac320afb08dd3f2f40f2705306f6eb245f8b " )
346357 elseif (APPLE ) # OSX
347- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.1 /tiledb-macos-x86_64-2.10.1-6535d4c .tar.gz" )
348- SET (TILEDB_DOWNLOAD_SHA1 "68a43a62544ac849e1ca1b7c724f129dd7c8e50d " )
358+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2 /tiledb-macos-x86_64-2.10.2-9ab84f9 .tar.gz" )
359+ SET (TILEDB_DOWNLOAD_SHA1 "2be62a6c48c0bd7aeea786414aa32aef26fe6a64 " )
349360 else () # Linux
350- SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.1 /tiledb-linux-x86_64-2.10.1-6535d4c .tar.gz" )
351- SET (TILEDB_DOWNLOAD_SHA1 "8c48232cd52934724b2b7a254ebad6c27e5a7683 " )
361+ SET (TILEDB_DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.10.2 /tiledb-linux-x86_64-2.10.2-9ab84f9 .tar.gz" )
362+ SET (TILEDB_DOWNLOAD_SHA1 "03f6d4892f11cbd939660b78c923325396bd600f " )
352363 endif ()
353364endif ()
354365
0 commit comments