Changeset 346

Show
Ignore:
Timestamp:
03/26/08 21:29:07 (8 months ago)
Author:
powell
Message:

Check for qhull library in configure.in.

Location:
trunk/matml/src/ternary
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ChangeLog

    r345 r346  
    22 
    33  * 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, 
    56    multiple free energy functions; later refine qhull concave facets. 
    67 
  • trunk/matml/src/ternary/configure.in

    r344 r346  
    2626AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 
    2727 
     28AC_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 
    2831dnl Documentation tools 
    2932CXREF_LATEX_CHECKS