|
From: | Christian Krüger |
Subject: | Re: Test release for GSL 2.8 |
Date: | Tue, 21 May 2024 14:54:15 +0200 |
User-agent: | Mozilla Thunderbird |
Hi,the error that appeared on the Mac ARM M1 is gone, thanks! There are also no warnings on this machine.
The only single issue I get is a warning from `make check' on both Ubuntu 20.04/gcc-9.4 and 22.04/gcc-11.4. On both machines the warning is identical:
dwt.c: In function ‘main’:dwt.c:26:7: warning: ignoring return value of ‘fscanf’ declared with attribute warn_unused_result’ [-Wunused-result]
26 | fscanf (f, "%lg", &orig_data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Besides this one warning, make and make check run without any issues on my Debian/Ubuntu/MacM1 machines.
Cheers, Christian Am 21.05.24 um 04:57 schrieb Patrick Alken:
Thank you all for the testing reports you submitted. I think I have addressed the latest reports, though I may have missed some things. I uploaded a new test release here:ftp://alpha.gnu.org/gnu/gsl/gsl-2.7.102.tar.gzI would appreciate if those who found warnings before could test again on this file.Patrick On 5/14/24 16:42, Patrick Alken wrote:Thank you all again for your reports. I have (I think) fixed all the compiler warnings related to filter/movstat, as well as the fabs issues. I would greatly appreciate it if you could do another round of testing on this file:ftp://alpha.gnu.org/gnu/gsl/gsl-2.7.101.tar.gz Thanks, Patrick On 5/12/24 13:34, Patrick Alken wrote:[External email - use caution] All, thank you for your testing reports. I believe I have addressed all the compiler warnings and other issues raised. I have uploaded a new test release here: ftp://alpha.gnu.org/gnu/gsl/gsl-2.7.100.tar.gz I would greatly appreciate if everyone can run the tests again: ./configure && make && make check Thanks, Patrick On 5/10/24 16:04, Patrick Alken wrote:[External email - use caution] Dear all, It is time to make a new GSL release. I have uploaded a test release to: ftp://alpha.gnu.org/gnu/gsl/gsl-2.7.99.tar.gz ftp://alpha.gnu.org/gnu/gsl/gsl-2.7.99.tar.gz.sigAll reports are welcome - anyone who can test on various platforms wouldbe 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
[Prev in Thread] | Current Thread | [Next in Thread] |