Merge pull request #321253 from uninsane/pr-xsimd-cross

xsimd: fix cross compilation
This commit is contained in:
superherointj
2024-06-20 12:44:39 -03:00
committed by GitHub
+4 -3
View File
@@ -32,6 +32,10 @@ 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.
@@ -39,9 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
];
doCheck = true;
nativeCheckInputs = [
doctest
];
checkTarget = "xtest";
meta = with lib; {