vigra: disable tests
This commit is contained in:
parent
37f69cad82
commit
441f3b548f
|
@ -26,6 +26,9 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# fails with "./test_watersheds3d: error while loading shared libraries: libvigraimpex.so.11: cannot open shared object file: No such file or directory"
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
||||
homepage = https://hci.iwr.uni-heidelberg.de/vigra;
|
||||
|
|
Loading…
Reference in New Issue