[BuildTools-tickets] [BuildTools] #71: MUMPS makefile does not work with IBM compilers

BuildTools coin-trac at coin-or.org
Fri Mar 20 17:45:43 EDT 2009


#71: MUMPS makefile does not work with IBM compilers
---------------------+------------------------------------------------------
Reporter:  andreasw  |       Owner:  andreasw           
    Type:  defect    |      Status:  new                
Priority:  minor     |   Component:  configuration tests
 Version:  0.5       |    Keywords:                     
---------------------+------------------------------------------------------
 The Makefile.am sets explicitly a preprocessor flag in AM_CPPFLAGS as

 {{{
 AM_CPPFLAGS = -DMUMPS_ARITH=MUMPS_ARITH_d \
         -I`$(CYGPATH_W) $(srcdir)/$(MUMPSDIR)/src` \
         -I`$(CYGPATH_W) $(srcdir)/$(MUMPSDIR)/libseq` \
         -I`$(CYGPATH_W) $(srcdir)/$(MUMPSDIR)/include`
 }}}

 But the xlf Fortran compiler needs this to be given as

 {{{
 -WF,-DMUMPS_ARITH=MUMPS_ARITH_d
 }}}

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



More information about the BuildTools-tickets mailing list