Making openimageio use parallel building.
(cherry picked from commit ff31b14cc51d3f493c62fb3074edc0c57fe8b7ce)
This commit is contained in:
parent
cef8f0180d
commit
587f4f022e
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
"-DUSE_PYTHON=OFF"
|
"-DUSE_PYTHON=OFF"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
preBuild = ''
|
||||||
make ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr} USE_PYTHON=0 \
|
makeFlags="ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr} USE_PYTHON=0
|
||||||
INSTALLDIR=$out dist_dir=
|
INSTALLDIR=$out dist_dir="
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user