python3Packages.pybind11: build in parallel
This commit is contained in:
committed by
Robert Schütz
parent
4d46874f57
commit
dd3d417147
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
postBuild = ''
|
||||
# build tests
|
||||
make
|
||||
make -j $NIX_BUILD_CORES -l $NIX_BUILD_CORES
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user