Hello all who are interested in the development of Math::GSL,
Welcome to the exciting world of writing SWIGed-out Perl modules! The
latest source can be found at
http://leto.net/gitweb/
and the latest info at
http://leto.net/code/Math-GSL/ .
Quickstart guide:
git clone http://leto.net/code/Math-GSL.git
cd Math-GSL
git checkout -b bleed # create new local branch
git pull origin bleed # pull in remote bleed
to get the latest source, which is a two-headed beast with
branches master and bleed. The master branch is our stable branch,
which is periodically sync-ed with bleed.
Please don't hesitate to ask if you are having trouble setting stuff
up.
Cheers,
Jonathan