Unverified Commit a5480723 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

autodiff: fix darwin build (#510572)

parents e573ba03 c897b8d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,6 +19,11 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-hKIufS5o5tfsbVchwTJxms1n5Im1iTfY3KGWD1s5g9M=";
  };

  # BUILD file exists and darwin can't deal with case insensitive collisions
  preConfigure = ''
    cmakeBuildDir=alt_build
  '';

  nativeBuildInputs = [
    cmake
    eigen