Bug#307744: gsl_min_fminimizer_set documents errors inconsistently

2005-05-06 Thread Brian Gough
 > | I suppose the bug is just a documentation one.  The docs needs to say that
 > | gsl_min_fminimizer_set returns GSL_EINVAL, not GSL_FAILURE, when the
 > | interval is bad (though I wonder why they do not use GSL_EDOM - bad input
 > | domain - instead).
 
Thanks for the bug report.
I will change the documentation to say GSL_EINVAL.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#401036: gsl: FTBFS on GNU/kFreeBSD

2006-12-01 Thread Brian Gough

Dirk Eddelbuettel wrote:

Hi Petr,

On 30 November 2006 at 14:29, Petr Salinger wrote:
| Package: gsl
| Severity: important
| Version: 1.8-2
| Tags: patch
| 
| Hi,
| 
| the current version fails to build on GNU/kFreeBSD.


Correct me if I'm wrong but I was not aware that the GNU/kFreeBSD port was an
officially supported architecture -- so severity 'important' is inflated, no?

Either way, the patch looks straighforwaed indeed and I am CCing Brian Gough
as a heads-up.  It is of course up to the GSL team to decide whether they
apply it upstream or not, but I think I'll make a new release for Debian
later today.


Thank you, I  have made the change below which should cover this and any 
other cases.


--
Brian Gough
(GSL Maintainer)

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


Index: configure.ac
===
RCS file: /home/gsl-cvs/gsl/configure.ac,v
retrieving revision 1.32
diff -r1.32 configure.ac
215c215
< *86-*-linux* | *86_64-*-linux*)
---
> *86-*-gnu | *86_64-*-gnu | *86-*-linux* | *86_64-*-linux*)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]