[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] test release for GSL 2.5
From: |
Jerome BENOIT |
Subject: |
Re: [Help-gsl] test release for GSL 2.5 |
Date: |
Thu, 7 Jun 2018 08:42:24 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
Hello,
On 05/06/18 01:16, Jeremy Theler wrote:
> Every test passed in Debian Sid
>
the same here.
> address@hidden:~/tmp/gsl-2.4.90$ uname -a
> Linux tom 4.16.0-2-amd64 #1 SMP Debian 4.16.12-1 (2018-05-27) x86_64
> GNU/Linux
> address@hidden:~/tmp/gsl-2.4.90$ gcc --version
> gcc (Debian 7.3.0-21) 7.3.0
> Copyright (C) 2017 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.
>
>
> docs also compile smoothly.
on Sid, but not on Stretch (Debian stable: I guess it is a Sphinx issue rather
than a GSL issue).
Otherwise, how to get a PDF version of the manual ?
Thanks,
Jerome
>
> --
> jeremy theler
> www.seamplex.com
>
>
>
> On Mon, 2018-06-04 at 09:09 -0600, Patrick Alken wrote:
>> Dear all,
>>
>> I would like to release the next version of GSL (2.5) since there
>> have been some new features added and the usual bug fixes. I have
>> uploaded a test release to:
>>
>> ftp://alpha.gnu.org/gnu/gsl/gsl-2.4.90.tar.gz
>> ftp://alpha.gnu.org/gnu/gsl/gsl-2.4.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:
>>
>> ./configure && make && make check
>>
>> If you wish you can test building the documentation, but you will need
>> to install the python-based sphinx software first:
>>
>> 1. pip install -U --user Sphinx
>>
>> 2. pip install -U --user sphinx_rtd_theme
>>
>> (the --user flag will install in your home directory rather than
>> system-wide)
>>
>> 3. cd doc ; make html
>>
>> Please report any successes/failures.
>>
>> Thanks,
>> Patrick
>>
>>
>>
>