From 3d504f8a47377427f7e850cdc0e7137f328151f2 Mon Sep 17 00:00:00 2001 From: Jonathan Leto Date: Sat, 26 Apr 2008 16:49:59 -0400 Subject: [PATCH] Update TODO. --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index d8bfe74..d3d79df 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ =head2 Stuff to figure out +* check for minimum SWIG version + * how should we interface to gsl_sf_result ? http://www.gnu.org/software/gsl/manual/html_node/The-gsl_005fsf_005fresult-struct.html @@ -26,4 +28,9 @@ http://www.gnu.org/software/gsl/manual/html_node/The-gsl_005fsf_005fresult-struc =head2 Stuff to fix -* make the interface not be hardcoded to /usr/local/include/gsl +* make sure in Build.PL that the GSL include files are where we think they + are, so that the compilation doesn't blowup when people have put there + headers in a non-standard place + +* make the interface files not be hardcoded to /usr/local/include/gsl, possibly + using an environment variable -- 2.11.4.GIT