jfowkes / pycutest

Python interface to CUTEst
https://jfowkes.github.io/pycutest/
GNU General Public License v3.0
28 stars 11 forks source link

Fixed bug when installing on non-default homebrew paths #39

Closed jeffrey-hokanson closed 1 year ago

jeffrey-hokanson commented 1 year ago

Describe the change(s) The build scripts assume that homebrew has been installed in its default prefix. However, with new ARM based chips, this is no longer the default. This change adds a search for the proper homebrew prefix and uses that for installation.

Have you updated the documentation? As this doesn't change any user visible code, no change is necessary.

Have you included relevant unit tests? Not yet. I'm unsure on how to setup a testing environment for this situation.

jfowkes commented 1 year ago

Thank you very much for the PR, this is a much better way of detecting the correct homebrew path.