elastix: enable tests
This commit is contained in:
parent
30cafee8b6
commit
fe07e2b2ac
|
@ -10,9 +10,16 @@ stdenv.mkDerivation rec {
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1zrl7rz4lwsx88b2shnl985f3a97lmp4ksbd437h9y0hfjq8l0lj";
|
sha256 = "1zrl7rz4lwsx88b2shnl985f3a97lmp4ksbd437h9y0hfjq8l0lj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
buildInputs = [ itk ];
|
buildInputs = [ itk ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
preCheck = "
|
||||||
|
export LD_LIBRARY_PATH=$(pwd)/bin
|
||||||
|
";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://elastix.isi.uu.nl/";
|
homepage = "http://elastix.isi.uu.nl/";
|
||||||
description = "Image registration toolkit based on ITK";
|
description = "Image registration toolkit based on ITK";
|
||||||
|
|
Loading…
Reference in New Issue