Revert "xsimd: fix cross compilation"

This commit is contained in:
Doron Behar
2024-06-20 16:03:01 +00:00
committed by GitHub
parent 45bddb3066
commit 9e8a337729
+3 -4
View File
@@ -32,10 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
cmake
];
buildInputs = [
doctest
];
cmakeFlags = [
# Always build the tests, even if not running them, because testing whether
# they can be built is a test in itself.
@@ -43,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: {
];
doCheck = true;
nativeCheckInputs = [
doctest
];
checkTarget = "xtest";
meta = with lib; {