tiledb 2.8.3 -> 2.17.1 https://github.com/TileDB-Inc/TileDB/releases attrpath: tiledb Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/tiledb/default.nix b/pkgs/development/libraries/tiledb/default.nix index 21c63f71221e..4134afe3b7c7 100644 --- a/pkgs/development/libraries/tiledb/default.nix +++ b/pkgs/development/libraries/tiledb/default.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "tiledb"; - version = "2.8.3"; + version = "2.17.1"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB"; rev = version; - hash = "sha256-HKMVwrPnk9/mukH3mJ2LEAvA9LBF4PcgBZjbbLhO9qU="; + hash = "sha256-hEcnlhE1DJGM82Umn+ES92BDRIEoo3u1VUFgj4AiPtU="; }; # (bundled) blosc headers have a warning on some archs that it will be using Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tiledb nix build failed. -- The CXX compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Starting TileDB superbuild. -- Found Bzip2: /nix/store/6947mfg2jlid97cnvzvc6cvv6wpj2yhg-bzip2-1.0.8/lib/libbz2.so -- Found LZ4: /nix/store/w208hh73hwj2nbn2yqmxiy1vplxnkz8d-lz4-1.9.4/lib/liblz4.so -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /nix/store/ig0kkzw4n2pws12dj7szjm71f1a43if6-zlib-1.3/lib/libz.so (found version "1.3.#define ZLIB_VERSION "1.3"") -- Found Zstd: /nix/store/5p7jmbpmq7clb3whbi6kyp50gmg54l2d-zstd-1.5.5/lib/libzstd.so -- Adding Magic as an external project CMake Error at /nix/store/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/ExternalProject.cmake:2806 (message): error: could not find git for clone of ep_magic Call Stack (most recent call first): /nix/store/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command) cmake/Modules/FindMagic_EP.cmake:100 (ExternalProject_Add) cmake/TileDB-Superbuild.cmake:108 (include) CMakeLists.txt:149 (include)  -- Configuring incomplete, errors occurred!