Skip to content

Commit 72b5669

Browse files
committed
Add back in metis skipping; trying metis from dnf
1 parent 7d93ae9 commit 72b5669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/compile_solvers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ fi
110110
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Metis ThirdParty/Mumps'
111111
bash coinbrew fetch Clp --no-prompt --skip "$SKIP_PKGS"
112112
bash coinbrew fetch Cbc --no-prompt --skip "$SKIP_PKGS"
113-
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Mumps'
114113
SKIP_PKGS="$SKIP_PKGS Cbc Clp Cgl Osi"
115114
bash coinbrew fetch Bonmin --no-prompt --skip "$SKIP_PKGS"
116115
bash coinbrew fetch Couenne --no-prompt --skip "$SKIP_PKGS"

0 commit comments

Comments
 (0)