mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
eigenrand: skip test_mv (#383685)
This commit is contained in:
commit
20ec0eab41
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
substituteInPlace CMakeLists.txt --replace-fail \
|
substituteInPlace CMakeLists.txt --replace-fail \
|
||||||
"FetchContent_MakeAvailable(googletest)" \
|
"FetchContent_MakeAvailable(googletest)" \
|
||||||
"add_subdirectory(${gtest.src} googletest SYSTEM)"
|
"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 = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue