[Trilinos-Users] [11.12.1] UMFPACK>=5.6.0 from Suite-sparse 4.4.2 does not have UFconfig.h

Denis Davydov davydden at gmail.com
Thu Jan 15 02:17:05 MST 2015


Dear developers and users, 

When compiling Trilinos with Umfpack provided form Suite-sparse, 
there is an issue with UFconfig.h, which is no longer provided:

===
3.2 Version 5.6.0

Replaced UFconfig with SuiteSparse_config, for SuiteSparse_timer. The UF_long type is re- placed with SuiteSparse_long to avoid potential name conflicts with the UF prefix, but the former is still available for user programs. User programs may safely #undef the UF_long macro and use SuiteSparse_long instead. In future versions, UF_long will be removed completely from SuiteSparse config.h.
===

I suppose FindTPLUMFPACK.cmake could be safely patched for the new file name, 
given the fact that UF_long is still available is deprecated.

Kind regards,
Denis 



More information about the Trilinos-Users mailing list