coin-or / OS

Optimization Services
Other
1 stars 4 forks source link

OS build problems when Blas not present #19

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @h-i-gassmann

Original creation time: 2010-09-20 01:25:59

Assignee: somebody

Version:

When Blas, Lapack or HSL/Mumps not present, Ipopt does not configure, and hence OS does not, either. It would be nice if OS could in this case build without Ipopt, rather than stop with an error.

svigerske commented 5 years ago

Comment by @svigerske created at 2011-12-29 12:35:06

OS should still configure when Ipopt is not present. It then does not set the automake conditional and the define COIN_HAS_IPOPT.

Thus, OSIpoptSolver.cpp is not build.

Stefan

svigerske commented 5 years ago

Comment by @svigerske created at 2011-12-29 12:35:13

OS should still configure when Ipopt is not present. It then does not set the automake conditional and the define COIN_HAS_IPOPT.

Thus, OSIpoptSolver.cpp is not build.

Stefan

svigerske commented 5 years ago

Comment by @h-i-gassmann created at 2012-04-04 10:57:40

When Blas, etc., is not present, just repeat the configure step with COIN_SKIP_PROJECTS=Ipopt.

svigerske commented 5 years ago

Comment by @h-i-gassmann created at 2012-04-04 10:57:40

Resolution: wontfix