Skip to content

Commit

Permalink
Update to TileDB Core 2.24.2 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan authored Jul 8, 2024
1 parent a6b7b23 commit c68b931
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [

dependencies = [
"tiledb-cloud>=0.11",
"tiledb>=0.30.1",
"tiledb>=0.30.2",
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
"scikit-learn",
"numpy<2.0.0",
Expand Down
11 changes: 7 additions & 4 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,18 @@ else()
include(DownloadPrebuiltTileDB)

# Try to download prebuilt artifacts unless the user specifies to build from source
# To update these:
# - Find the TileDB release, i.e. https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.1.
# - Copy the release hash from the `releases.csv.sha256` file in the release.
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.24.1
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
VERSION 2.24.2
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.24.1
RELLIST_HASH SHA256=76d4deebd42afd059729fac7f13b172e1187ab43b8e3d2404f0328a47221a231
VERSION 2.24.2
RELLIST_HASH SHA256=ecc2ba2ce4041884a273707b80caf24db55a9b2f8b649b518e90940211f9f1ca
)
endif()

Expand Down

0 comments on commit c68b931

Please sign in to comment.