From: Joao C. <jc...@fe...> - 2003-03-02 23:32:06
|
On Sunday 02 March 2003 01:56, Joao Cardoso wrote: > Update of /cvsroot/plplot/plplot > In directory sc8-pr-cvs1:/tmp/cvs-serv18892 > > Modified Files: > =09sysloc.in > Log Message: > Verify the existance of libqhull and define HAVE_QHULL. > The test should also verify that plplot was configured with double a= nd > qhull compiled with doubles. This last test can be done with: > #include <qhull/qhull_a.h>; > assert(sizeof(REAL) =3D=3D sizeof(double)); This is a nonsense! Users could reinstall Qhull with floats. Instead, I w= ill=20 verify this at runtime. Joao > Attempt to define CSALIBS and NNLIBS. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Plplot-cvs mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-cvs |