Hi all,

  There is now a new test release here:

ftp://alpha.gnu.org/gnu/gsl/gsl-2.3.91.tar.gz
ftp://alpha.gnu.org/gnu/gsl/gsl-2.3.91.tar.gz.sig

The parallel issue (make check -j8) should be fixed. Also the
documentation should build now. I'd appreciate if people could re-test.
I've repeated the instructions below.

Please try testing the build:

./configure && make && make check

The documentation has now been migrated from texinfo to the python-based
sphinx software. If you wish you can test building the documentation,
but you will need to install the 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


Reply via email to