tiledb: 2.3.3 -> 2.8.3

Unpin from spdlog_0.
This commit is contained in:
Nicolas Benes 2023-03-22 18:39:51 +01:00
parent 0e19daa510
commit 00c7b1f9c3

View file

@ -6,7 +6,7 @@
, lz4
, bzip2
, zstd
, spdlog_0
, spdlog
, tbb
, openssl
, boost
@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "tiledb";
version = "2.3.3";
version = "2.8.3";
src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB";
rev = version;
sha256 = "sha256-3Z5+QUzo2f24q11j6s8KX2vHLFkipFvGk2VFComWW/o=";
hash = "sha256-HKMVwrPnk9/mukH3mJ2LEAvA9LBF4PcgBZjbbLhO9qU=";
};
# (bundled) blosc headers have a warning on some archs that it will be using
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
lz4
bzip2
zstd
spdlog_0
spdlog
tbb
openssl
boost
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
ln -sf ${catch2}/include/catch2 build/externals/src/ep_catch/single_include
'';
doCheck = false; # 9 failing tests due to what seems an overflow
doCheck = true;
installTargets = [ "install-tiledb" "doc" ];