USE_SYSTEM_PYBIND11 instead of USE_SYSTEM_BIND11 in torch
This commit is contained in:
parent
97ebbdef91
commit
e0e0063dec
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ in buildPythonPackage rec {
|
||||||
|
|
||||||
# Avoid using pybind11 from git submodule
|
# Avoid using pybind11 from git submodule
|
||||||
# Also avoids pytorch exporting the headers of pybind11
|
# Also avoids pytorch exporting the headers of pybind11
|
||||||
USE_SYSTEM_BIND11 = true;
|
USE_SYSTEM_PYBIND11 = true;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export MAX_JOBS=$NIX_BUILD_CORES
|
export MAX_JOBS=$NIX_BUILD_CORES
|
||||||
|
|
Loading…
Reference in a new issue