treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -22,8 +22,6 @@ stdenv.mkDerivation {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patchPhase = ''
|
||||
cp -fv ${fakegit}/bin/checkout-git.sh libraries/checkout-git.sh
|
||||
cp -fv ${fakegit}/bin/checkout-svn.sh libraries/checkout-svn.sh
|
||||
|
||||
@@ -50,8 +50,6 @@ stdenv.mkDerivation {
|
||||
|
||||
dontUseCmakeBuildDir = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community";
|
||||
homepage = "http://cdcseacave.github.io/openMVS/";
|
||||
|
||||
@@ -77,8 +77,6 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
++ stdenv.lib.optional stdenv.isDarwin "-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -80,8 +80,6 @@ stdenv.mkDerivation rec {
|
||||
"-Druntime_cxxmodules=OFF"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
for prog in rootbrowse rootcp rooteventselector rootls rootmkdir rootmv rootprint rootrm rootslimtree; do
|
||||
wrapProgram "$out/bin/$prog" \
|
||||
|
||||
@@ -92,8 +92,6 @@ stdenv.mkDerivation rec {
|
||||
EOW
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "Framework for the simulation of distributed applications";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user