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