From: Joao C. <jc...@us...> - 2003-03-02 01:56:55
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18892 Modified Files: sysloc.in Log Message: Verify the existance of libqhull and define HAVE_QHULL. The test should also verify that plplot was configured with double and qhull compiled with doubles. This last test can be done with: #include <qhull/qhull_a.h>; assert(sizeof(REAL) == sizeof(double)); Attempt to define CSALIBS and NNLIBS. |