Loading pkgs/by-name/ti/tiledb/package.nix +4 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ bzip2, zstd, spdlog, tbb, tbb_2022_0, openssl, boost, libpqxx, Loading @@ -22,7 +22,6 @@ libpng, file, runCommand, catch2, useAVX2 ? stdenv.hostPlatform.avx2Support, }: Loading @@ -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"; Loading Loading @@ -67,7 +68,7 @@ stdenv.mkDerivation rec { ] ++ lib.optional (!useAVX2) "-DCOMPILER_SUPPORTS_AVX2=FALSE"; nativeBuildInputs = [ catch2_3 catch2 clang-tools cmake python3 Loading @@ -90,9 +91,6 @@ stdenv.mkDerivation rec { catch2 ]; # fatal error: catch.hpp: No such file or directory doCheck = false; nativeCheckInputs = [ gtest catch2 Loading Loading
pkgs/by-name/ti/tiledb/package.nix +4 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ bzip2, zstd, spdlog, tbb, tbb_2022_0, openssl, boost, libpqxx, Loading @@ -22,7 +22,6 @@ libpng, file, runCommand, catch2, useAVX2 ? stdenv.hostPlatform.avx2Support, }: Loading @@ -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"; Loading Loading @@ -67,7 +68,7 @@ stdenv.mkDerivation rec { ] ++ lib.optional (!useAVX2) "-DCOMPILER_SUPPORTS_AVX2=FALSE"; nativeBuildInputs = [ catch2_3 catch2 clang-tools cmake python3 Loading @@ -90,9 +91,6 @@ stdenv.mkDerivation rec { catch2 ]; # fatal error: catch.hpp: No such file or directory doCheck = false; nativeCheckInputs = [ gtest catch2 Loading