There is a new working version of basin on the cvs server that uses a configure script to compile and install. To update to this new basin version I would recommend checking out the new version completely rather then updating because there have been major directory changes.
When you have your new version checked out goto the top level of basin. Type autoreconf to make your configure file; then type the usual configure, make and make install as shown.
autoreconf
./configure
make
make install
To use basin now goto the folder basin/usr/lib/basin
and start python from there. Everything from that point on should be the same as before.
Currently the structure is all header files are now in the include directory as well as BA.C. The src directory is now divided up into seperate libraries. There is the Basin library which contains objects (Region, List, Grid, Geometry, Data) and functions (compute_density, list_statistics ...); a Graphics library(our current graphics stuff Graphics_out, and gnuplot) and Remote directory (basind, server, Swig/python).
Received on Wed Jul 13 10:22:50 2005
This archive was generated by hypermail 2.1.8 : Fri Aug 08 2008 - 19:25:03 EDT