Add make check to octave. Some tests fail, but the build works. We'll have the report this way.
svn path=/nixpkgs/trunk/; revision=32467
This commit is contained in:
parent
fb12a6838f
commit
bfe234644e
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
graphicsmagick pcre liblapack texLive pkgconfig mesa fltk zlib curl
|
||||
fftw fftwSinglePrec ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = [ "--enable-readline" "--enable-dl" ];
|
||||
|
Loading…
Reference in New Issue
Block a user