Unverified Commit 50097d75 authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

Merge pull request #250632 from breakds/PR/breakds/pytorch_correctly_use_system_pybind11

USE_SYSTEM_PYBIND11 instead of USE_SYSTEM_BIND11 in torch
parents e3ffebdf e0e0063d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ in buildPythonPackage rec {

  # Avoid using pybind11 from git submodule
  # Also avoids pytorch exporting the headers of pybind11
  USE_SYSTEM_BIND11 = true;
  USE_SYSTEM_PYBIND11 = true;

  preBuild = ''
    export MAX_JOBS=$NIX_BUILD_CORES