parent
b86aa55408
commit
6ea941d3fd
@ -15,11 +15,13 @@ stdenv.mkDerivation {
|
|||||||
# that is supposed to work without Fortran but didn't for me.
|
# that is supposed to work without Fortran but didn't for me.
|
||||||
patches = [ ./CMakeLists.txt.patch ];
|
patches = [ ./CMakeLists.txt.patch ];
|
||||||
|
|
||||||
buildInputs = [ cmake blas liblapack gfortran gmm fltk libjpeg zlib libGLU_combined
|
buildInputs = [ cmake blas liblapack gmm fltk libjpeg zlib libGLU_combined
|
||||||
libGLU xorg.libXrender xorg.libXcursor xorg.libXfixes xorg.libXext
|
libGLU xorg.libXrender xorg.libXcursor xorg.libXfixes xorg.libXext
|
||||||
xorg.libXft xorg.libXinerama xorg.libX11 xorg.libSM xorg.libICE
|
xorg.libXft xorg.libXinerama xorg.libX11 xorg.libSM xorg.libICE
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ gfortran ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user