pythonPackages.pyarrow: enable parallel build
This commit is contained in:
@@ -25,6 +25,10 @@ buildPythonPackage rec {
|
|||||||
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
|
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
export PYARROW_PARALLEL=$NIX_BUILD_CORES
|
||||||
|
'';
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
rm pyarrow/tests/test_jvm.py
|
rm pyarrow/tests/test_jvm.py
|
||||||
rm pyarrow/tests/test_hdfs.py
|
rm pyarrow/tests/test_hdfs.py
|
||||||
|
|||||||
Reference in New Issue
Block a user