This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29345: replace the function that populates the CVXOPT_* variables.
Our existing function, borrowed from Gentoo, to populate the CVXOPT_* variables from pkg-config was brittle. It didn't handle -lpthread and -lm the way it was intended to, and didn't always work with a non-bash shell. The new version (which has also been upstreamed to Gentoo) should fix both of those problems. It also suppors getting the -L and -I flags from pkg-config in the future, which will likely be necessary to support system installations of some cvxopt dependencies.
- Loading branch information
Showing
1 changed file
with
58 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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