mht208 / homebrew-formal

Homebrew formulae for formal methods
36 stars 10 forks source link

Update mathsat to 5.6.9 #26

Closed lou1306 closed 1 year ago

lou1306 commented 1 year ago

As the title implies, this PR updates the mathsat formula.

By the way, there is something strange going on with the Python bindings. The instruction import mathsat fails with the following message:

ImportError: dlopen(/opt/homebrew/lib/python3.10/site-packages/_mathsat.cpython-310-darwin.so, 0x0002): Library not loaded: '/opt/local/lib/libgmp.10.dylib'

I will try and see if something can be done to fix this.