Changeset 2543
- Timestamp:
- Feb 12, 2012 10:16:35 AM (9 years ago)
- Location:
- ThirdParty/HSL/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/trunk/config.h.in
r2458 r2543 24 24 /* Define to 1 if MC68 is available. */ 25 25 #undef COINHSL_HAS_MC68 26 27 /* Define to 1 if METIS is available */ 28 #undef COINHSL_HAS_METIS 26 29 27 30 /* SVN revision number of project */ -
ThirdParty/HSL/trunk/config_coinhsl.h.in
r2458 r2543 28 28 #undef COINHSL_HAS_MC68 29 29 30 /* Define to 1 if METIS is available */ 31 #undef COINHSL_HAS_METIS 32 30 33 /* Version number of project */ 31 34 #undef COINHSL_VERSION -
ThirdParty/HSL/trunk/configure
r2542 r2543 26231 26231 26232 26232 26233 if test $coin_has_metis = yes ; then 26234 26235 cat >>confdefs.h <<\_ACEOF 26236 #define COINHSL_HAS_METIS 1 26237 _ACEOF 26238 26239 fi 26233 26240 else 26234 26241 # do as if we had metis, so metis.f is not compiled -
ThirdParty/HSL/trunk/configure.ac
r2542 r2543 174 174 if test $coin_has_ma57$coin_has_hsl_ma77$coin_has_hsl_mc68 != nonono ; then 175 175 AC_COIN_CHECK_PACKAGE(Metis, [coinmetis], HSL) 176 if test $coin_has_metis = yes ; then 177 AC_DEFINE(COINHSL_HAS_METIS, [1], Define to 1 if METIS is available) 178 fi 176 179 else 177 180 # do as if we had metis, so metis.f is not compiled
Note: See TracChangeset
for help on using the changeset viewer.