Skip to content

Commit 2ab7ad8

Browse files
authored
Metis
1 parent 7483f99 commit 2ab7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_solvers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ ${GFMV[0]} -ge 10 ]; then
107107
fi
108108

109109
# Fetch coin-or stuff and dependencies
110-
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Metis ThirdParty/Mumps'
110+
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Mumps'
111111
bash coinbrew fetch Clp --no-prompt --skip "$SKIP_PKGS"
112112
bash coinbrew fetch Cbc --no-prompt --skip "$SKIP_PKGS"
113113
SKIP_PKGS="$SKIP_PKGS Cbc Clp Cgl Osi"

0 commit comments

Comments
 (0)