提交 cea9c1d3 编写于 作者: S Sameh Mohamed 提交者: Jiangtao Hu

updated the dev container's installer_ipopt.sh script to add the universe apt...

updated the dev container's installer_ipopt.sh script to add the universe apt repository which is required to install the gfortran package.
I opened issue 6735 to track this.
上级 28ff6dc3
......@@ -21,6 +21,7 @@ set -e
cd "$(dirname "${BASH_SOURCE[0]}")"
add-apt-repository universe && apt-get -y update
apt-get install -y libblas-dev liblapack-dev gfortran
wget https://www.coin-or.org/download/source/Ipopt/Ipopt-3.12.11.zip -O Ipopt-3.12.11.zip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册