[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] test release for GSL 2.3
From: |
Jeremy Theler |
Subject: |
Re: [Help-gsl] test release for GSL 2.3 |
Date: |
Tue, 06 Dec 2016 18:03:40 -0300 |
address@hidden:~/tmp/gsl-2.2.90$ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
address@hidden:~/tmp/gsl-2.2.90$ uname -a
Linux tom 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
x86_64 GNU/Linux
address@hidden:~/tmp/gsl-2.2.90$ cat test-suite.log
==================================
gsl 2.2.90: ./test-suite.log
==================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
address@hidden:~/tmp/gsl-2.2.90$
On Mon, 2016-12-05 at 12:33 -0700, Patrick Alken wrote:
> Dear all,
>
> I would like to release the next version of GSL (2.3) due to a few bug
> fixes. I have uploaded a test release to:
>
> ftp://alpha.gnu.org/gnu/gsl/gsl-2.2.90.tar.gz
> ftp://alpha.gnu.org/gnu/gsl/gsl-2.2.90.tar.gz.sig
>
> All reports are welcome - anyone who can test on various platforms would
> be appreciated (Linux, BSD, Mac OS, Windows).
>
> Please try testing the build and also the documentation:
>
> ./configure && make && make check && cd doc && make dvi
>
> Please report any successes/failures.
>
> Thanks,
> Patrick
>
>