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 7483f99 commit 2ab7ad8Copy full SHA for 2ab7ad8
scripts/compile_solvers.sh
@@ -107,7 +107,7 @@ if [ ${GFMV[0]} -ge 10 ]; then
107
fi
108
109
# Fetch coin-or stuff and dependencies
110
-SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Metis ThirdParty/Mumps'
+SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Mumps'
111
bash coinbrew fetch Clp --no-prompt --skip "$SKIP_PKGS"
112
bash coinbrew fetch Cbc --no-prompt --skip "$SKIP_PKGS"
113
SKIP_PKGS="$SKIP_PKGS Cbc Clp Cgl Osi"
0 commit comments