[BuildTools-tickets] [BuildTools] #62: header check in COIN_HAS_MUMPS

BuildTools coin-trac at coin-or.org
Sun Mar 16 09:42:09 EDT 2008


#62: header check in COIN_HAS_MUMPS
-------------------+--------------------------------------------------------
Reporter:  stefan  |       Owner:  andreasw           
    Type:  defect  |      Status:  new                
Priority:  minor   |   Component:  configuration tests
 Version:  0.5     |    Keywords:                     
-------------------+--------------------------------------------------------
 Hi,

 if the user tries to provide its own mumps library using --with-mumps-dir,
 then the configure script checks for the presence of
 {{{
   $mumps_dir/include/dmumps_c.h.
 }}}
 But the MUMPS_INCFLAGS are set to include
 {{{
   $coin_mumpssrcdir/MUMPS/libseq and
   $coin_mumpssrcdir/MUMPS/include,
 }}}
 where {{{$coin_mumpssrcdir}}}={{{$mumps_dir}}}, i.e., either there is one
 MUMPS too much, or the above check should be for
 {{{$mumps_dir/MUMPS/include/dmumps_c.h}}}.
 In the latter case, --with-mumps-dir is actually the path to a directory
 that contains a directory MUMPS which has the MUMPS source.

 Best,
 Stefan

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/62>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list