coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

linking with cl and ifort #75

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: schulz

Original creation time: 2010-01-07 11:33:35

Assignee: @andrea5w

Version: 0.5

Hy, I have configured Ipopt under cygwin:

configure --enable-doscompile=msvc

using cl (MSVS 9.0) and ifort successfully, but the linking step seems to take forever. I stopped it after roughly 12 hours. I would like to know if i miss to set any additional flags? Regards Christian

svigerske commented 5 years ago

Comment by @svigerske created at 2010-01-07 11:49:32

Maybe it tries to use the MKL from Intel?

That does not work well (the build system tries to unpack and repack the MKL at some places).

Try adding --with-blas=BUILD and --with-lapack=BUILD to the configure flags.

Stefan

svigerske commented 5 years ago

Comment by @svigerske created at 2011-01-04 10:18:24

The issue with linking to the MKL on Windows should be fixed.

Assuming that this was the problem here, I close the ticket.

svigerske commented 5 years ago

Comment by @svigerske created at 2011-01-04 10:18:24

Resolution: fixed