You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If GLPK is a native library, then you'll have to build that as a separate package first, and then probably patch cvxopt to set these environment variables during the build.
See the chaquopy-libzmq and pyzmq examples mentioned in the README, and pay attention to the section about "If any changes are needed to make the build work"
I use cvoxpt in the public package repository. I need to use glpk in cvoxpt but I got error.
I saw from this in part "Install with GLPK support", it needs to install GLPK and then install CVXOPT with GLPK bindings.
Is that only can be achieved by building a new whl file? If so, how should the metadata yaml file be written? I have tried
but seems like it is wrong.
The text was updated successfully, but these errors were encountered: