This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For a later reference | |
# Seems like not wheel for macOS M1 has been provided: https://github.com/cvxopt/cvxopt/issues/201 | |
# Manually install according to https://cvxopt.org/install/ | |
# Remember to specify the environment variables with the prefix 'CVXOPT_' | |
brew install gsl fftw suite-sparse glpk | |
git clone https://github.com/cvxopt/cvxopt.git | |
cd cvxopt | |
git checkout `git describe --abbrev=0 --tags` | |
export CVXOPT_BUILD_GLPK=1 |