tiledb: 2.3.3 -> 2.8.3
Unpin from spdlog_0.
This commit is contained in:
parent
0e19daa510
commit
00c7b1f9c3
@ -6,7 +6,7 @@
|
|||||||
, lz4
|
, lz4
|
||||||
, bzip2
|
, bzip2
|
||||||
, zstd
|
, zstd
|
||||||
, spdlog_0
|
, spdlog
|
||||||
, tbb
|
, tbb
|
||||||
, openssl
|
, openssl
|
||||||
, boost
|
, boost
|
||||||
@ -21,13 +21,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tiledb";
|
pname = "tiledb";
|
||||||
version = "2.3.3";
|
version = "2.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TileDB-Inc";
|
owner = "TileDB-Inc";
|
||||||
repo = "TileDB";
|
repo = "TileDB";
|
||||||
rev = version;
|
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
|
# (bundled) blosc headers have a warning on some archs that it will be using
|
||||||
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
lz4
|
lz4
|
||||||
bzip2
|
bzip2
|
||||||
zstd
|
zstd
|
||||||
spdlog_0
|
spdlog
|
||||||
tbb
|
tbb
|
||||||
openssl
|
openssl
|
||||||
boost
|
boost
|
||||||
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
|||||||
ln -sf ${catch2}/include/catch2 build/externals/src/ep_catch/single_include
|
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" ];
|
installTargets = [ "install-tiledb" "doc" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user