autodiff: fix darwin build (#510572)

This commit is contained in:
Stanisław Pitucha
2026-04-16 13:28:46 +00:00
committed by GitHub
+5
View File
@@ -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