[BuildTools-tickets] Re: [BuildTools] #50: ThirdParty/Mumps configure requires to have Mumps source code

BuildTools coin-trac at coin-or.org
Thu Aug 9 13:15:39 EDT 2007


#50: ThirdParty/Mumps configure requires to have Mumps source code
-------------------+--------------------------------------------------------
Reporter:  stefan  |        Owner:  andreasw           
    Type:  defect  |       Status:  closed             
Priority:  minor   |    Component:  configuration tests
 Version:  0.5     |   Resolution:  worksforme         
Keywords:          |  
-------------------+--------------------------------------------------------
Changes (by andreasw):

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

Comment:

 Hi Stefan,

 The problem is that you need to use

 {{{
 AC_COIN_THIRDPARTY_SUBDIRS([Mumps],[ThirdParty/Mumps],[MUMPS/src/dmumps_part1.F])
 }}}

 in your {{{configure.ac}}} file in your base directory, not

 {{{
 AC_COIN_THIRDPARTY_SUBDIRS([Mumps],[ThirdParty/Mumps],[configure.ac])
 }}}

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



More information about the BuildTools-tickets mailing list