Unverified Commit 20ec0eab authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

eigenrand: skip test_mv (#383685)

parents ae1f0f57 60abacf4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
    substituteInPlace CMakeLists.txt --replace-fail \
      "FetchContent_MakeAvailable(googletest)" \
      "add_subdirectory(${gtest.src} googletest SYSTEM)"

    # broken by https://gitlab.com/libeigen/eigen/-/merge_requests/688
    # ref. https://github.com/NixOS/nixpkgs/pull/364362
    rm test/test_mv.cpp
  '';

  postInstall = ''