<div dir="ltr"><div dir="ltr">If you have windows 10 you can use Windows Subsystem for Linux<div><br></div><div><a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">https://docs.microsoft.com/en-us/windows/wsl/install-win10</a> </div><div><br></div><div>and then install all the dependencies in an Ubuntu environment with one line:<br></div><div><br></div><div>sudo apt-get install git gcc g++ gfortran patch wget pkg-config make liblapack-dev libmetis-dev libmumps-dev libblas-dev</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 28, 2020 at 12:00 PM <<a href="mailto:ipopt-request@coin-or.org">ipopt-request@coin-or.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send Ipopt mailing list submissions to<br>
        <a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ipopt-request@list.coin-or.org" target="_blank">ipopt-request@list.coin-or.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ipopt-owner@list.coin-or.org" target="_blank">ipopt-owner@list.coin-or.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Ipopt digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Lapack and Blas installation issue (<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>)<br>
   2. Re: Lapack and Blas installation issue (Ted Ralphs)<br>
   3. Re: Lapack and Blas installation issue (Ted Ralphs)<br>
   4. Re: Lapack and Blas installation issue (Stefan Vigerske)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 27 May 2020 17:12:29 -0400 (EDT)<br>
From: "<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>" <<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>><br>
To: <a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a><br>
Subject: [Ipopt] Lapack and Blas installation issue<br>
Message-ID: <<a href="mailto:1590613949.717224174@apps.rackspace.com" target="_blank">1590613949.717224174@apps.rackspace.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
Hello experts,<br>
<br>
I recently just started to looking at Ipopt to solve some of my problems. I am trying to compile Ipopt on windows 10 and I know it is a bit challenging but still doable. I am using Msys to obtain the coinbrew script to compile Ipopt. However, I am having problems with Lapack and Blas  installation on windows. I follow the website and keep getting "required lapack not found" during the compilation stage. I was wondering if you have done it in the past and maybe share the trick with me? <br>
<br>
Thank you,<br>
<br>
Allen Shi<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://list.coin-or.org/pipermail/ipopt/attachments/20200527/b096133b/attachment-0001.html" rel="noreferrer" target="_blank">http://list.coin-or.org/pipermail/ipopt/attachments/20200527/b096133b/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 27 May 2020 17:19:45 -0400<br>
From: Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>><br>
To: "<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>" <<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>><br>
Cc: ipopt <<a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a>><br>
Subject: Re: [Ipopt] Lapack and Blas installation issue<br>
Message-ID:<br>
        <<a href="mailto:CA%2BGYycuhoWQpr%2BYCJtB_-iCQCEcJZa7v9t3HsQ36f1Os%2BxddPw@mail.gmail.com" target="_blank">CA+GYycuhoWQpr+YCJtB_-iCQCEcJZa7v9t3HsQ36f1Os+xddPw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Allen,<br>
<br>
I'm not sure if it's documented anywhere (if not, I will add it), but you<br>
should install lapack in MSys2 using pacman (and also metis), as follows:<br>
<br>
pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm<br>
<br>
If you want to see what the output should look like for a successful build,<br>
see<br>
<br>
<a href="https://ci.appveyor.com/project/tkralphs/ipopt-5qaur" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/tkralphs/ipopt-5qaur</a><br>
<br>
Cheers,<br>
<br>
Ted<br>
<br>
On Wed, May 27, 2020 at 5:13 PM <a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a> <<br>
<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>> wrote:<br>
<br>
> Hello experts,<br>
><br>
><br>
><br>
> I recently just started to looking at Ipopt to solve some of my problems.<br>
> I am trying to compile Ipopt on windows 10 and I know it is a bit<br>
> challenging but still doable. I am using Msys to obtain the coinbrew script<br>
> to compile Ipopt. However, I am having problems with Lapack and Blas<br>
> installation on windows. I follow the website and keep getting "required<br>
> lapack not found" during the compilation stage. I was wondering if you have<br>
> done it in the past and maybe share the trick with me?<br>
><br>
><br>
><br>
> Thank you,<br>
><br>
><br>
><br>
> Allen Shi<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>
<br>
-- <br>
Dr. Ted Ralphs<br>
Professor, Industrial and Systems Engineering<br>
Lehigh University<br>
(610) 628-1280<br>
ted 'at' lehigh 'dot' edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" rel="noreferrer" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://list.coin-or.org/pipermail/ipopt/attachments/20200527/24ca052d/attachment-0001.html" rel="noreferrer" target="_blank">http://list.coin-or.org/pipermail/ipopt/attachments/20200527/24ca052d/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 27 May 2020 17:22:28 -0400<br>
From: Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>><br>
To: "<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>" <<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>><br>
Cc: ipopt <<a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a>><br>
Subject: Re: [Ipopt] Lapack and Blas installation issue<br>
Message-ID:<br>
        <CA+GYyctvXvnM3M5p=<a href="mailto:mi-V_gaLQDGBvwupDW6MzRG1WRUZ3_YGA@mail.gmail.com" target="_blank">mi-V_gaLQDGBvwupDW6MzRG1WRUZ3_YGA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
FYI, the installation of lapack is mentioned here:<br>
<br>
<a href="https://coin-or.github.io/user_introduction.html#setting-up-coinbrew" rel="noreferrer" target="_blank">https://coin-or.github.io/user_introduction.html#setting-up-coinbrew</a><br>
<br>
Cheers,<br>
<br>
Ted<br>
<br>
On Wed, May 27, 2020 at 5:19 PM Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:<br>
<br>
> Hi Allen,<br>
><br>
> I'm not sure if it's documented anywhere (if not, I will add it), but you<br>
> should install lapack in MSys2 using pacman (and also metis), as follows:<br>
><br>
> pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm<br>
><br>
> If you want to see what the output should look like for a successful<br>
> build, see<br>
><br>
> <a href="https://ci.appveyor.com/project/tkralphs/ipopt-5qaur" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/tkralphs/ipopt-5qaur</a><br>
><br>
> Cheers,<br>
><br>
> Ted<br>
><br>
> On Wed, May 27, 2020 at 5:13 PM <a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a> <<br>
> <a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>> wrote:<br>
><br>
>> Hello experts,<br>
>><br>
>><br>
>><br>
>> I recently just started to looking at Ipopt to solve some of my problems.<br>
>> I am trying to compile Ipopt on windows 10 and I know it is a bit<br>
>> challenging but still doable. I am using Msys to obtain the coinbrew script<br>
>> to compile Ipopt. However, I am having problems with Lapack and Blas<br>
>> installation on windows. I follow the website and keep getting "required<br>
>> lapack not found" during the compilation stage. I was wondering if you have<br>
>> done it in the past and maybe share the trick with me?<br>
>><br>
>><br>
>><br>
>> Thank you,<br>
>><br>
>><br>
>><br>
>> Allen Shi<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>
><br>
> --<br>
> Dr. Ted Ralphs<br>
> Professor, Industrial and Systems Engineering<br>
> Lehigh University<br>
> (610) 628-1280<br>
> ted 'at' lehigh 'dot' edu<br>
> <a href="http://coral.ie.lehigh.edu/~ted" rel="noreferrer" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
><br>
<br>
<br>
-- <br>
Dr. Ted Ralphs<br>
Professor, Industrial and Systems Engineering<br>
Lehigh University<br>
(610) 628-1280<br>
ted 'at' lehigh 'dot' edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" rel="noreferrer" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://list.coin-or.org/pipermail/ipopt/attachments/20200527/4b32502d/attachment-0001.html" rel="noreferrer" target="_blank">http://list.coin-or.org/pipermail/ipopt/attachments/20200527/4b32502d/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 28 May 2020 10:04:00 +0200<br>
From: Stefan Vigerske <<a href="mailto:svigerske@gams.com" target="_blank">svigerske@gams.com</a>><br>
To: "<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>" <<a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>><br>
Cc: ipopt <<a href="mailto:ipopt@list.coin-or.org" target="_blank">ipopt@list.coin-or.org</a>><br>
Subject: Re: [Ipopt] Lapack and Blas installation issue<br>
Message-ID: <<a href="mailto:8871b119-00cb-be7c-951e-2a0fd867b775@gams.com" target="_blank">8871b119-00cb-be7c-951e-2a0fd867b775@gams.com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hi,<br>
<br>
it's also in the Ipopt installation instructions at<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>
<br>
That should work when using GCC from MinGW as compiler.<br>
I can imagine that this wouldn't be sufficient when using MS or Intel <br>
compilers. Having the Intel MKL installed and in $LIB would be one way <br>
to provide a Blas+Lapack then.<br>
<br>
Note that there are also some builds for Windows available under the <br>
links mentioned in the README.md <br>
(<a href="https://github.com/coin-or/Ipopt#getting-started" rel="noreferrer" target="_blank">https://github.com/coin-or/Ipopt#getting-started</a>).<br>
<br>
Stefan<br>
<br>
On 5/27/20 11:22 PM, Ted Ralphs wrote:<br>
> FYI, the installation of lapack is mentioned here:<br>
> <br>
> <a href="https://coin-or.github.io/user_introduction.html#setting-up-coinbrew" rel="noreferrer" target="_blank">https://coin-or.github.io/user_introduction.html#setting-up-coinbrew</a><br>
> <br>
> Cheers,<br>
> <br>
> Ted<br>
> <br>
> On Wed, May 27, 2020 at 5:19 PM Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:<br>
> <br>
>> Hi Allen,<br>
>><br>
>> I'm not sure if it's documented anywhere (if not, I will add it), but you<br>
>> should install lapack in MSys2 using pacman (and also metis), as follows:<br>
>><br>
>> pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm<br>
>><br>
>> If you want to see what the output should look like for a successful<br>
>> build, see<br>
>><br>
>> <a href="https://ci.appveyor.com/project/tkralphs/ipopt-5qaur" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/tkralphs/ipopt-5qaur</a><br>
>><br>
>> Cheers,<br>
>><br>
>> Ted<br>
>><br>
>> On Wed, May 27, 2020 at 5:13 PM <a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a> <<br>
>> <a href="mailto:allen@processecology.com" target="_blank">allen@processecology.com</a>> wrote:<br>
>><br>
>>> Hello experts,<br>
>>><br>
>>><br>
>>><br>
>>> I recently just started to looking at Ipopt to solve some of my problems.<br>
>>> I am trying to compile Ipopt on windows 10 and I know it is a bit<br>
>>> challenging but still doable. I am using Msys to obtain the coinbrew script<br>
>>> to compile Ipopt. However, I am having problems with Lapack and Blas<br>
>>> installation on windows. I follow the website and keep getting "required<br>
>>> lapack not found" during the compilation stage. I was wondering if you have<br>
>>> done it in the past and maybe share the trick with me?<br>
>>><br>
>>><br>
>>><br>
>>> Thank you,<br>
>>><br>
>>><br>
>>><br>
>>> Allen Shi<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>
>><br>
>> --<br>
>> Dr. Ted Ralphs<br>
>> Professor, Industrial and Systems Engineering<br>
>> Lehigh University<br>
>> (610) 628-1280<br>
>> ted 'at' lehigh 'dot' edu<br>
>> <a href="http://coral.ie.lehigh.edu/~ted" rel="noreferrer" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
>><br>
> <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>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<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>
------------------------------<br>
<br>
End of Ipopt Digest, Vol 184, Issue 4<br>
*************************************<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:small"><span style="color:rgb(136,136,136);font-size:12.8px">Robert F. DeJaco</span><br></div><div style="font-size:small"><a href="https://dejac001.github.io" style="font-size:12.8px" target="_blank">dejac001.github.io</a><br></div></div></div></div></div></div></div>