Unverified Commit 572f3865 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

tiledb: update build dependencies (#401707)

parents a9ff5028 ad9ccb58
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  bzip2,
  zstd,
  spdlog,
  tbb,
  tbb_2022_0,
  openssl,
  boost,
  libpqxx,
@@ -22,7 +22,6 @@
  libpng,
  file,
  runCommand,
  catch2,
  useAVX2 ? stdenv.hostPlatform.avx2Support,
}:

@@ -32,6 +31,8 @@ let
    chmod -R +w $out
    cp -r ${rapidcheck.dev}/* $out
  '';
  catch2 = catch2_3;
  tbb = tbb_2022_0;
in
stdenv.mkDerivation rec {
  pname = "tiledb";
@@ -67,7 +68,7 @@ stdenv.mkDerivation rec {
  ] ++ lib.optional (!useAVX2) "-DCOMPILER_SUPPORTS_AVX2=FALSE";

  nativeBuildInputs = [
    catch2_3
    catch2
    clang-tools
    cmake
    python3
@@ -90,9 +91,6 @@ stdenv.mkDerivation rec {
    catch2
  ];

  # fatal error: catch.hpp: No such file or directory
  doCheck = false;

  nativeCheckInputs = [
    gtest
    catch2