We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd953c commit d19ba6fCopy full SHA for d19ba6f
.homebrew-build-env
@@ -45,3 +45,9 @@ for l in ; do
45
fi
46
done
47
export ACLOCAL_PATH
48
+
49
+# Add cvxopt library path
50
+if [ -d "$HOMEBREW/include/suitesparse" ]; then
51
+ export CVXOPT_SUITESPARSE_INC_DIR="$HOMEBREW/include/suitesparse"
52
+ export CVXOPT_SUITESPARSE_LIB_DIR="$HOMEBREW/lib"
53
+fi
0 commit comments