coin-or / OBOE

OBOE (Oracle Based Optimization Engine) is an open source software for general convex optimization.
Other
0 stars 2 forks source link

compilation problems with gcc-4.4 #8

Open svigerske opened 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @ycollet

Original creation time: 2010-01-14 15:22:43

Assignee: somebody

Version:

To be able to compile OBOE, I needed to add:

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:58:43

Changing assignee from somebody to @nsawhney68.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 19:06:03

The above problems do not exist when compiling with gcc 4.1.0.

has been added as part of Ticket#4. The problem in line 86 in AccpmGenMatrix.h does not exist in 4.1.0 and requires a copy instead of a reference. It is not considered serious to be fixed now, might be in a future version. Need more details for the problem in AccpmLASolve.C and Method.C (line number, problem description etc.) before the fix is put in place.
svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 19:06:03

Changing status from new to assigned.