I have set up an environment where all packages are managed by conda (even for gcc). What i want to do is to install, cvxopt with GLPK support:
CVXOPT_BUILD_
I resolve my issue with:
conda install -c conda-forge glpk=4.60 conda install -c conda-forge cvxopt=1.1.8
Basically, we would need use the consistent condo-forge's everything. e.g. their glpk and cvxopt.