[OBOE-tickets] [OBOE] #1: lapackpp-2.5.2 include path

OBOE coin-trac at coin-or.org
Sun Mar 23 10:47:04 EDT 2008


#1: lapackpp-2.5.2 include path
------------------------+---------------------------------------------------
 Reporter:  nowozin     |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  major       |   Milestone:          
Component:  component1  |     Version:          
 Keywords:              |  
------------------------+---------------------------------------------------
 OBOE does not build unmodified against lapack++-2.5.2.

 The lapack++-2.5.2 include files are at PREFIX/include/lapackpp/, whereas
 OBOE includes $(LAPACKPP_DIR)/include, and then directly includes the
 files, eg.

 #include "blaspp.h",

 which should instead read

 #include <lapackpp/blaspp.h>.

 An easy workaround is to symlink all include/lapackpp/*.h files to
 include/*.h, however this should be fixed in OBOE.

-- 
Ticket URL: <https://projects.coin-or.org/OBOE/ticket/1>
OBOE <https://projects.coin-or.org/OBOE>
OBOE



More information about the OBOE-tickets mailing list