Commit c897b8d9 authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

autodiff: fix darwin build

parent 6cc9f6ed
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