jump-dev / Ipopt.jl

A Julia interface to the Ipopt nonlinear solver
https://github.com/coin-or/ipopt
Other
152 stars 58 forks source link

Typo in README: Linear Solvers #269

Closed loicvh closed 3 years ago

loicvh commented 3 years ago

The Linux explanation for the installation of Pardiso contains a minor typo at step 4:

Alternatively, if the library is located at /full/path/libpardiso.dylib

.dylib is the extension for MacOS, it should read

Alternatively, if the library is located at /full/path/libpardiso.so

Also, it could be nice to explain how to add to the load path, e.g.,

export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/full/path/"

I can create a quick PR for this (really minor) issue.

odow commented 3 years ago

Closed by #270

Thanks @loicvh