vigra: enable parallel building
(this rebuilds libreoffice)
This commit is contained in:
parent
b2e6b56016
commit
c1de18ea23
@ -24,6 +24,8 @@ in stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optionals (stdenv.system == "x86_64-linux")
|
++ stdenv.lib.optionals (stdenv.system == "x86_64-linux")
|
||||||
[ "-DCMAKE_CXX_FLAGS=-fPIC" "-DCMAKE_C_FLAGS=-fPIC" ];
|
[ "-DCMAKE_CXX_FLAGS=-fPIC" "-DCMAKE_C_FLAGS=-fPIC" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
||||||
homepage = http://hci.iwr.uni-heidelberg.de/vigra;
|
homepage = http://hci.iwr.uni-heidelberg.de/vigra;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user