Changeset 1684 for ThirdParty/Mumps/trunk/configure.ac
- Timestamp:
- Sep 13, 2010 3:38:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/configure.ac
r1657 r1684 57 57 AC_COIN_F77_WRAPPERS 58 58 59 # Tell FINALIZE to add FLIBS to ADDLIBS, so that they get into the .pc files60 coin_need_flibs=yes 59 # Add FLIBS to MUMPS_PCLIBS, so that they get into the .pc files 60 MUMPS_PCLIBS="$FLIBS" 61 61 62 62 # We need to translate the result from autoconf to what MUMPS wants … … 96 96 AC_COIN_INIT_AUTO_TOOLS 97 97 98 AC_COIN_HAS_ MODULE_BLAS99 AC_COIN_HAS_ MODULE(Metis, [coinmetis >= 4.0])98 AC_COIN_HAS_PACKAGE_BLAS(MUMPS) 99 AC_COIN_HAS_PACKAGE(Metis, [coinmetis >= 4.0], MUMPS) 100 100 101 101 if test "$coin_has_metis" = yes; then … … 104 104 fi 105 105 106 # Mumps needspthreads107 AC_CHECK_LIB([pthread],[pthread_create],[ ADDLIBS="-lpthread $ADDLIBS"])106 # Mumps can make use of pthreads 107 AC_CHECK_LIB([pthread],[pthread_create],[MUMPS_PCLIBS="-lpthread $MUMPS_PCLIBS"]) 108 108 109 109 # Verify that we can compile Fortran 90 code
Note: See TracChangeset
for help on using the changeset viewer.