[Ipopt] Ipopt Digest, Vol 184, Issue 4

Robert DeJaco dejac001 at umn.edu
Thu May 28 12:31:27 EDT 2020


If you have windows 10 you can use Windows Subsystem for Linux

https://docs.microsoft.com/en-us/windows/wsl/install-win10

and then install all the dependencies in an Ubuntu environment with one
line:

sudo apt-get install git gcc g++ gfortran patch wget pkg-config make
liblapack-dev libmetis-dev libmumps-dev libblas-dev


On Thu, May 28, 2020 at 12:00 PM <ipopt-request at coin-or.org> wrote:

> Send Ipopt mailing list submissions to
>         ipopt at list.coin-or.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://list.coin-or.org/mailman/listinfo/ipopt
> or, via email, send a message with subject or body 'help' to
>         ipopt-request at list.coin-or.org
>
> You can reach the person managing the list at
>         ipopt-owner at list.coin-or.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ipopt digest..."
>
>
> Today's Topics:
>
>    1. Lapack and Blas installation issue (allen at processecology.com)
>    2. Re: Lapack and Blas installation issue (Ted Ralphs)
>    3. Re: Lapack and Blas installation issue (Ted Ralphs)
>    4. Re: Lapack and Blas installation issue (Stefan Vigerske)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 27 May 2020 17:12:29 -0400 (EDT)
> From: "allen at processecology.com" <allen at processecology.com>
> To: ipopt at list.coin-or.org
> Subject: [Ipopt] Lapack and Blas installation issue
> Message-ID: <1590613949.717224174 at apps.rackspace.com>
> Content-Type: text/plain; charset="utf-8"
>
>
> Hello experts,
>
> 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?
>
> Thank you,
>
> Allen Shi
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://list.coin-or.org/pipermail/ipopt/attachments/20200527/b096133b/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 27 May 2020 17:19:45 -0400
> From: Ted Ralphs <ted at lehigh.edu>
> To: "allen at processecology.com" <allen at processecology.com>
> Cc: ipopt <ipopt at list.coin-or.org>
> Subject: Re: [Ipopt] Lapack and Blas installation issue
> Message-ID:
>         <
> CA+GYycuhoWQpr+YCJtB_-iCQCEcJZa7v9t3HsQ36f1Os+xddPw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Allen,
>
> I'm not sure if it's documented anywhere (if not, I will add it), but you
> should install lapack in MSys2 using pacman (and also metis), as follows:
>
> pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm
>
> If you want to see what the output should look like for a successful build,
> see
>
> https://ci.appveyor.com/project/tkralphs/ipopt-5qaur
>
> Cheers,
>
> Ted
>
> On Wed, May 27, 2020 at 5:13 PM allen at processecology.com <
> allen at processecology.com> wrote:
>
> > Hello experts,
> >
> >
> >
> > 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?
> >
> >
> >
> > Thank you,
> >
> >
> >
> > Allen Shi
> > _______________________________________________
> > Ipopt mailing list
> > Ipopt at list.coin-or.org
> > https://list.coin-or.org/mailman/listinfo/ipopt
> >
>
>
> --
> Dr. Ted Ralphs
> Professor, Industrial and Systems Engineering
> Lehigh University
> (610) 628-1280
> ted 'at' lehigh 'dot' edu
> coral.ie.lehigh.edu/~ted
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://list.coin-or.org/pipermail/ipopt/attachments/20200527/24ca052d/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 27 May 2020 17:22:28 -0400
> From: Ted Ralphs <ted at lehigh.edu>
> To: "allen at processecology.com" <allen at processecology.com>
> Cc: ipopt <ipopt at list.coin-or.org>
> Subject: Re: [Ipopt] Lapack and Blas installation issue
> Message-ID:
>         <CA+GYyctvXvnM3M5p=
> mi-V_gaLQDGBvwupDW6MzRG1WRUZ3_YGA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> FYI, the installation of lapack is mentioned here:
>
> https://coin-or.github.io/user_introduction.html#setting-up-coinbrew
>
> Cheers,
>
> Ted
>
> On Wed, May 27, 2020 at 5:19 PM Ted Ralphs <ted at lehigh.edu> wrote:
>
> > Hi Allen,
> >
> > I'm not sure if it's documented anywhere (if not, I will add it), but you
> > should install lapack in MSys2 using pacman (and also metis), as follows:
> >
> > pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm
> >
> > If you want to see what the output should look like for a successful
> > build, see
> >
> > https://ci.appveyor.com/project/tkralphs/ipopt-5qaur
> >
> > Cheers,
> >
> > Ted
> >
> > On Wed, May 27, 2020 at 5:13 PM allen at processecology.com <
> > allen at processecology.com> wrote:
> >
> >> Hello experts,
> >>
> >>
> >>
> >> 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?
> >>
> >>
> >>
> >> Thank you,
> >>
> >>
> >>
> >> Allen Shi
> >> _______________________________________________
> >> Ipopt mailing list
> >> Ipopt at list.coin-or.org
> >> https://list.coin-or.org/mailman/listinfo/ipopt
> >>
> >
> >
> > --
> > Dr. Ted Ralphs
> > Professor, Industrial and Systems Engineering
> > Lehigh University
> > (610) 628-1280
> > ted 'at' lehigh 'dot' edu
> > coral.ie.lehigh.edu/~ted
> >
>
>
> --
> Dr. Ted Ralphs
> Professor, Industrial and Systems Engineering
> Lehigh University
> (610) 628-1280
> ted 'at' lehigh 'dot' edu
> coral.ie.lehigh.edu/~ted
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://list.coin-or.org/pipermail/ipopt/attachments/20200527/4b32502d/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Thu, 28 May 2020 10:04:00 +0200
> From: Stefan Vigerske <svigerske at gams.com>
> To: "allen at processecology.com" <allen at processecology.com>
> Cc: ipopt <ipopt at list.coin-or.org>
> Subject: Re: [Ipopt] Lapack and Blas installation issue
> Message-ID: <8871b119-00cb-be7c-951e-2a0fd867b775 at gams.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi,
>
> it's also in the Ipopt installation instructions at
> https://coin-or.github.io/Ipopt/INSTALL.html#SYSTEMPACKAGES_MSYS
>
> That should work when using GCC from MinGW as compiler.
> I can imagine that this wouldn't be sufficient when using MS or Intel
> compilers. Having the Intel MKL installed and in $LIB would be one way
> to provide a Blas+Lapack then.
>
> Note that there are also some builds for Windows available under the
> links mentioned in the README.md
> (https://github.com/coin-or/Ipopt#getting-started).
>
> Stefan
>
> On 5/27/20 11:22 PM, Ted Ralphs wrote:
> > FYI, the installation of lapack is mentioned here:
> >
> > https://coin-or.github.io/user_introduction.html#setting-up-coinbrew
> >
> > Cheers,
> >
> > Ted
> >
> > On Wed, May 27, 2020 at 5:19 PM Ted Ralphs <ted at lehigh.edu> wrote:
> >
> >> Hi Allen,
> >>
> >> I'm not sure if it's documented anywhere (if not, I will add it), but
> you
> >> should install lapack in MSys2 using pacman (and also metis), as
> follows:
> >>
> >> pacman -S mingw-w64-x86_64-lapack mingw-w64-x86_64-metis --noconfirm
> >>
> >> If you want to see what the output should look like for a successful
> >> build, see
> >>
> >> https://ci.appveyor.com/project/tkralphs/ipopt-5qaur
> >>
> >> Cheers,
> >>
> >> Ted
> >>
> >> On Wed, May 27, 2020 at 5:13 PM allen at processecology.com <
> >> allen at processecology.com> wrote:
> >>
> >>> Hello experts,
> >>>
> >>>
> >>>
> >>> 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?
> >>>
> >>>
> >>>
> >>> Thank you,
> >>>
> >>>
> >>>
> >>> Allen Shi
> >>> _______________________________________________
> >>> Ipopt mailing list
> >>> Ipopt at list.coin-or.org
> >>> https://list.coin-or.org/mailman/listinfo/ipopt
> >>>
> >>
> >>
> >> --
> >> Dr. Ted Ralphs
> >> Professor, Industrial and Systems Engineering
> >> Lehigh University
> >> (610) 628-1280
> >> ted 'at' lehigh 'dot' edu
> >> coral.ie.lehigh.edu/~ted
> >>
> >
> >
> >
> > _______________________________________________
> > Ipopt mailing list
> > Ipopt at list.coin-or.org
> > https://list.coin-or.org/mailman/listinfo/ipopt
> >
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> https://list.coin-or.org/mailman/listinfo/ipopt
>
>
> ------------------------------
>
> End of Ipopt Digest, Vol 184, Issue 4
> *************************************
>


-- 
Robert F. DeJaco
dejac001.github.io
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20200528/dc9a0c7f/attachment-0001.html>


More information about the Ipopt mailing list