IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
9 stars 11 forks source link

Missing dependencies #98

Closed adowling2 closed 3 years ago

adowling2 commented 3 years ago

This might be a non-issue. I am opening one to document.

I am installing IDAES on a fresh virtual machine with Ubuntu 20.04.02 LTS. I followed the IDAES installation instructions here: https://idaes-pse.readthedocs.io/en/stable/advanced_user_guide/advanced_install/index.html#finish-the-installation

I went with pip install .[dev], although that does not likely matter.

So far I had to run the following commands to get Ipopt to work:

sudo apt-get install libgfortran5
sudo apt-get install liblapack3
adowling2 commented 3 years ago

@eslickj I had to install two dependencies on a fresh Linux virtual machine to get the IDAES-Ipopt to work. Not sure if we need to fix anything. Perhaps just update the installation instructions?

eslickj commented 3 years ago

I think it's in the docs, but I guess there could be multiple install guides in different places. May depend on where you look. https://idaes-pse.readthedocs.io/en/stable/getting_started/index.html#linux

adowling2 commented 3 years ago

@eslickj Do we need to increment from libgfortran4 to libgfortran5? We can also close this issue.

eslickj commented 3 years ago

@adowling2, I guess that depends on your Ubuntu version. You are right. I guess we need a bit more detail there.