Changeset 1710 for ThirdParty/Mumps/trunk
- Timestamp:
- Nov 2, 2010 8:43:55 PM (10 years ago)
- Location:
- ThirdParty/Mumps/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/configure
r1706 r1710 21797 21797 fi; 21798 21798 21799 #if user specified --with-blas-lib, then we should give COIN_HAS_PACKAGE preference 21799 # if user specified --with-blas-lib, then we should give COIN_HAS_PACKAGE 21800 # preference 21800 21801 21801 21802 # Check whether --with-blas-lib or --without-blas-lib was given. -
ThirdParty/Mumps/trunk/configure.ac
r1684 r1710 96 96 AC_COIN_INIT_AUTO_TOOLS 97 97 98 AC_COIN_ HAS_PACKAGE_BLAS(MUMPS)99 AC_COIN_ HAS_PACKAGE(Metis, [coinmetis >= 4.0], MUMPS)98 AC_COIN_CHECK_PACKAGE_BLAS(MUMPS) 99 AC_COIN_CHECK_PACKAGE(Metis, [coinmetis >= 4.0], MUMPS) 100 100 101 101 if test "$coin_has_metis" = yes; then
Note: See TracChangeset
for help on using the changeset viewer.