Unverified Commit a8a3a237 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

xsimd: fix cross compilation
parents 088d16c1 b2092f08
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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; {