Skip to content

Commit

Permalink
Update installIpopt.sh
Browse files Browse the repository at this point in the history
Bump Ipopt from 3.13.3 to 3.14.16.

Add search for COIN HSL version 2024.05.16.
  • Loading branch information
stephanmg authored Dec 3, 2024
1 parent 5c07060 commit 3243dab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ThirdParty/installIpopt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cd "${script_dir}"

make_opts=${MAKEOPTS-}

ipopt_url="https://www.coin-or.org/download/source/Ipopt/Ipopt-3.13.3.tgz"
ipopt_archive="Ipopt-3.13.3.tgz"
ipopt_dir="${script_dir}/Ipopt-releases-3.13.3"
ipopt_url="https://www.coin-or.org/download/source/Ipopt/Ipopt-3.14.16.tgz"
ipopt_archive="Ipopt-3.14.16.tgz"
ipopt_dir="${script_dir}/Ipopt-releases-3.14.16"
ipopt_install_dir="${ipopt_dir}/install"
hsl_install_dir="${ipopt_dir}/ThirdParty-HSL/install"

Expand Down Expand Up @@ -45,6 +45,7 @@ if [[ ! -d "${ipopt_dir}" ]]; then
coinhsl-2014.01.10
coinhsl-2015.06.23
coinhsl-2019.05.21
coinhsl-2024.05.15
"
for coinhsl_archive in $coinhsl_archive_names; do
if [[ -f "${script_dir}/${coinhsl_archive}.tar.gz" ]]; then
Expand Down

0 comments on commit 3243dab

Please sign in to comment.