Open ajbt200128 opened 7 months ago
ocamlgraph needs autoconf if we want to use ./configure, and currently fails since autoconf isn't a build input (at least on MacOS). The project now supports building with straight dune: https://github.com/backtracking/ocamlgraph/blob/master/INSTALL.md
I confirmed this via building an executable that pulls it in, and checked with otool that it didn't link to anything else
ocamlgraph needs autoconf if we want to use ./configure, and currently fails since autoconf isn't a build input (at least on MacOS). The project now supports building with straight dune: https://github.com/backtracking/ocamlgraph/blob/master/INSTALL.md
I confirmed this via building an executable that pulls it in, and checked with otool that it didn't link to anything else