blitz: fix build
This commit is contained in:
parent
7eae48871f
commit
f6edc25af6
@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./blitz-gcc47.patch ./blitz-testsuite-stencil-et.patch ];
|
patches = [ ./blitz-gcc47.patch ./blitz-testsuite-stencil-et.patch ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gfortran texinfo ]
|
buildInputs = [ pkgconfig gfortran texinfo ]
|
||||||
++ optional (boost != null) boost
|
++ optional (boost != null) [ boost.lib ];
|
||||||
;
|
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-shared"
|
[ "--enable-shared"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user