File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ if (NOT TILEDB_FOUND)
4848 # Try to download prebuilt artifacts unless the user specifies to build from source
4949 if (DOWNLOAD_TILEDB_PREBUILT)
5050 if (WIN32 ) # Windows
51- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.0 /tiledb-windows-2.3.0-a87da7f-full .zip" )
52- SET (DOWNLOAD_SHA1 "cbe6f41108b49da6eca516a9a12bad2064bd2240 " )
51+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3 /tiledb-windows-x86_64- 2.3.3-9336d3f .zip" )
52+ SET (DOWNLOAD_SHA1 "7c777fc98e40e72400a590ef8eb9c23046d18689 " )
5353 elseif (APPLE ) # OSX
54- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.0 /tiledb-macos-2.3.0-a87da7f-full .tar.gz" )
55- SET (DOWNLOAD_SHA1 "bfa0247199bd6e2e08104534b45ff83123b7d4ab " )
54+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3 /tiledb-macos-x86_64- 2.3.3-9336d3f .tar.gz" )
55+ SET (DOWNLOAD_SHA1 "ae0d1606daa6d984333e06d42df25044bf7e347e " )
5656 else () # Linux
57- SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.0 /tiledb-linux-2.3.0-a87da7f-full .tar.gz" )
58- SET (DOWNLOAD_SHA1 "15592594e38560a55fd7e3b7a052d9ff79f59a49 " )
57+ SET (DOWNLOAD_URL "https://github.com/TileDB-Inc/TileDB/releases/download/2.3.3 /tiledb-linux-x86_64- 2.3.3-9336d3f .tar.gz" )
58+ SET (DOWNLOAD_SHA1 "803368d31c2eadf1b866a362ce0514073f84dad9 " )
5959 endif ()
6060
6161 ExternalProject_Add(ep_tiledb
Original file line number Diff line number Diff line change 11TILEDB_GIT_REPOSITORY =https://github.com/TileDB-Inc/TileDB
2- TILEDB_GIT_TAG =2.3.0
3- TILEDB_VERBOSE =OFF
2+ TILEDB_GIT_TAG =2.3.3
3+ TILEDB_VERBOSE =ON
44TILEDB_S3 =ON
55TILEDB_AZURE =OFF
66TILEDB_HDFS =OFF
77TILEDB_SERIALIZATION =OFF
88FORCE_BUILD_TILEDB =OFF
9- DOWNLOAD_TILEDB_PREBUILT =ON
9+ DOWNLOAD_TILEDB_PREBUILT =OFF
You can’t perform that action at this time.
0 commit comments