[OBOE-tickets] [OBOE] #10: Problem with makefiles

OBOE coin-trac at coin-or.org
Sat Feb 6 12:56:51 EST 2010


#10: Problem with makefiles
-------------------------+--------------------------------------------------
  Reporter:  ycollet     |       Owner:  nsawhney
      Type:  defect      |      Status:  closed  
  Priority:  major       |   Milestone:          
 Component:  component1  |     Version:          
Resolution:  wontfix     |    Keywords:          
-------------------------+--------------------------------------------------
Changes (by nsawhney):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 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 <lapackpp dir>/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 <lapackpp dir>/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.

-- 
Ticket URL: <https://projects.coin-or.org/OBOE/ticket/10#comment:2>
OBOE <https://projects.coin-or.org/OBOE>
OBOE



More information about the OBOE-tickets mailing list