coin-or / OBOE

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

Problem with makefiles #9

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @ycollet

Original creation time: 2010-01-14 15:25:26

Assignee: somebody

Version:

In a classic installation of lapack++, include files are installed in lapackppinstalldir/include/lapackpp. So, to be able to compile OBOE, I needed to modify some Makefiles:

YC

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:48:46

Changing assignee from somebody to @nsawhney68.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:56:51

This is problem with lapackpp installation, if you do classic installation and install it in /usr direcotries it creates the structure you describe the .h files are in /include/lapackpp but if the user does an installation in their local directory by using the --prefix option the installation puts the .h files in /include. Since the installation of lapackpp is independent of OBOE, its possible the user needs to make few modifications. We have assumed the installation to be in a local directory as all users need to have authority to install lapackpp in a standard directory.

We would recommend creating a link to the .h file in the include directory so as to avoid modifying all the Makefiles.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:56:51

Resolution: wontfix