mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.pyarrow: enable parallel build
This commit is contained in:
parent
49e9194b24
commit
55223a8a6a
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ buildPythonPackage rec {
|
|||
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
export PYARROW_PARALLEL=$NIX_BUILD_CORES
|
||||
'';
|
||||
|
||||
preCheck = ''
|
||||
rm pyarrow/tests/test_jvm.py
|
||||
rm pyarrow/tests/test_hdfs.py
|
||||
|
|
Loading…
Reference in a new issue