Skip to content

Commit

Permalink
vigra: enable parallel building
Browse files Browse the repository at this point in the history
(this rebuilds libreoffice)
  • Loading branch information
orivej committed Nov 3, 2017
1 parent b2e6b56 commit c1de18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/vigra/default.nix
Expand Up @@ -24,6 +24,8 @@ in stdenv.mkDerivation rec {
++ stdenv.lib.optionals (stdenv.system == "x86_64-linux")
[ "-DCMAKE_CXX_FLAGS=-fPIC" "-DCMAKE_C_FLAGS=-fPIC" ];

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "Novel computer vision C++ library with customizable algorithms and data structures";
homepage = http://hci.iwr.uni-heidelberg.de/vigra;
Expand Down

0 comments on commit c1de18e

Please sign in to comment.