Open ivanperez-keera opened 3 months ago
Hi !
I feel like this has something to do with the option --absolute-dylibs
of configure
.
I managed to get it working on my machine by replacing this line by this one:
system "./configure --absolute-dylibs --no-strip"
For future references, I relied on the opam installation procedure to solve this problem.
Thanks! That seems to be building now.
Hi,
IKOS depends on Apron and we are having some issues installing it on MacOSX using homebrew. We are using LLVM14 (we don't yet support 16).
Here's what we see:
https://github.com/ivanperez-keera/ikos/actions/runs/10601995125/job/29383060012
The Homebrew formula being used is:
https://github.com/ivanperez-keera/ikos/blob/develop-fix-ga-macosx/.github/workflows/apron.rb
Any ideas?