Skip to content

Commit

Permalink
Case-sensitive matching for Glpk
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt authored Aug 19, 2024
1 parent 04ded57 commit f60f28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compile_solvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ ${GFMV[0]} -ge 10 ]; then
fi

# Fetch coin-or stuff and dependencies
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/glpk ThirdParty/Metis ThirdParty/Mumps'
SKIP_PKGS='ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Metis ThirdParty/Mumps'
bash coinbrew fetch Clp --no-prompt --skip "$SKIP_PKGS"
bash coinbrew fetch Cbc --no-prompt --skip "$SKIP_PKGS"
SKIP_PKGS="$SKIP_PKGS Cbc Clp Cgl Osi"
Expand All @@ -131,7 +131,7 @@ if [ ${osname} = "el7" ]; then
# Looks like the only things in therd party are thing that Ipopt gets, so this should be ok.
rm -rf ./Thirdparty/*
fi
bash coinbrew fetch $IPOPT_REPO@$IPOPT_BRANCH --no-prompt --skip 'ThirdParty/Lapack ThirdParty/Blas ThirdParty/glpk'
bash coinbrew fetch $IPOPT_REPO@$IPOPT_BRANCH --no-prompt --skip 'ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk'
cp -r Ipopt Ipopt_share

# Make sure I don't include any dependencies I don't want
Expand Down

0 comments on commit f60f28b

Please sign in to comment.