<div dir="auto">The issue has been solved. Thank you very much for your help. </div><div dir="auto">All the best,</div><div dir="auto">Armand Ahmetaj</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 23, 2020 at 5:53 AM Stefan Vigerske <<a href="mailto:svigerske@gams.com">svigerske@gams.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
the --with-lapack flag is meant to specify the flags necessary to link <br>
against a (Blas+)Lapack library, not to specify a directory where Lapack <br>
source files can be found.<br>
Renaming a source file will also not change the name of the functions <br>
defined in the source.<br>
<br>
Also a lot has changed between Ipopt 3.11 and the 3.13 source that you <br>
seem to use. Thus, looking at the documentation for current Ipopt <br>
(<a href="https://coin-or.github.io/Ipopt/" rel="noreferrer" target="_blank">https://coin-or.github.io/Ipopt/</a>) might be less confusing. For example, <br>
regarding Lapack, the easiest should be to use your systems package <br>
manager to install Lapack <br>
(<a href="https://coin-or.github.io/Ipopt/INSTALL.html#SYSTEMPACKAGES_MSYS" rel="noreferrer" target="_blank">https://coin-or.github.io/Ipopt/INSTALL.html#SYSTEMPACKAGES_MSYS</a>), <br>
which Ipopts configure would then hopefully be able to pick up <br>
automatically.<br>
<br>
Stefan<br>
<br>
On 10/22/20 5:41 PM, Armand Ahmetaj wrote:<br>
> Hello<br>
> I am trying to install Ipopt. I have downloaded all the required packages<br>
> and libraries (HSL,Lapack, Blas,ASL) and arranged them in their directories<br>
> as specified in this document(<br>
> <a href="https://projects.coin-or.org/Ipopt/browser/stable/3.11/Ipopt/doc/documentation.pdf?format=raw" rel="noreferrer" target="_blank">https://projects.coin-or.org/Ipopt/browser/stable/3.11/Ipopt/doc/documentation.pdf?format=raw</a><br>
> ).<br>
> <br>
> I downloaded Lapack as a tarball so I ran the configure command as follows:<br>
> */data/users/username/CoinIpopt/configure<br>
> --with-lapack="/data/users/username/CoinIpopt/Thirdparty/Lapack/lapack-3.9.0". *<br>
> I get an output saying that the function dsyev is not in the Lapack<br>
> package. The lapack package had the function named *dsyev.f *in it ,so I<br>
> renamed it to *dsyev_* as an attempt to solve this issue but it didn't work.<br>
> <br>
> Attached to this email you will find a picture showing that *dsyev_* is in<br>
> *lapack-3.9.0* and another picture showing the *output that I get after<br>
> running the configure command*.<br>
> Any help would be appreciated.<br>
> All the best,<br>
> Armand Ahmetaj<br>
> <br>
> <br>
> _______________________________________________<br>
> Ipopt mailing list<br>
> <a href="mailto:Ipopt@list.coin-or.org" target="_blank">Ipopt@list.coin-or.org</a><br>
> <a href="https://list.coin-or.org/mailman/listinfo/ipopt" rel="noreferrer" target="_blank">https://list.coin-or.org/mailman/listinfo/ipopt</a><br>
> <br>
<br>
</blockquote></div></div>