[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] test release for GSL 2.5
From: |
David Komanek |
Subject: |
Re: [Help-gsl] test release for GSL 2.5 |
Date: |
Mon, 4 Jun 2018 22:54:50 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
Hello,
on FreeBSD 11.1-RELEASE-p4, x64
and
# cc --version
FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on
LLVM 4.0.0)
Target: x86_64-unknown-freebsd11.1
Thread model: posix
All testsuite summaries are green (pass), one test was skipped: SKIP:
pkgconfig.test
For Fedora 26, x64
and
# gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
--enable-threads=posix --enable-checking=release --enable-multilib
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-gcc-major-version-only --with-linker-hash-style=gnu
--enable-plugin --enable-initfini-array --with-isl --enable-libmpx
--enable-offload-targets=nvptx-none --without-cuda-driver
--enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 7.3.1 20180130 (Red Hat 7.3.1-2) (GCC)
All testsuite summaries are green (pass), all tests passed.
I didn't test for documentation builds.
Great work, thank you!
Best regards,
David
Dne 4. 6. 2018 v 17:09 Patrick Alken napsal(a):
> 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
>
>