Changeset 346
- Timestamp:
- 03/26/08 21:29:07 (8 months ago)
- Location:
- trunk/matml/src/ternary
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ChangeLog
r345 r346 2 2 3 3 * Documentation update: qhull reference, other small changes. 4 * TODO: configure.in qhull check, better single-phase check in ternary.c, 4 * Check for qhull library in configure.in. 5 * TODO: better single-phase check in ternary.c, 5 6 multiple free energy functions; later refine qhull concave facets. 6 7 -
trunk/matml/src/ternary/configure.in
r344 r346 26 26 AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 27 27 28 AC_CHECK_LIB(qhull, qh_qhull, QHULL_LIBS="-lqhull", 29 AC_MSG_ERROR(Cannot find qhull library, which ternary requires; you can download it at http://www.qhull.org/ .)) 30 28 31 dnl Documentation tools 29 32 CXREF_LATEX_CHECKS