devernay / cminpack

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
http://devernay.free.fr/hacks/cminpack/
145 stars 63 forks source link

make check fail #65

Closed dabao1990 closed 3 months ago

dabao1990 commented 3 months ago

cd /home wget https://github.com/devernay/cminpack/archive/v1.3.9.tar.gz tar -xf v1.3.9.tar.gz cd v1.3.9.tar.gz make check

make[2]: [Makefile:177: testhydrv] Error 1 Running CHK tests (calling MINPACK from C using ../libcminpacks.a) for x in schkdrv; do echo $x; ./$x < testdata/chkder.data > $x.out; diff -u ref/`echo $x |sed -e s//c/`.ref $x.out ; done schkdrv --- ref/schkdrvc.ref 2024-05-29 05:09:16.000000000 +0800 +++ schkdrv.out 2024-06-03 21:38:27.276142410 +0800

make[2]: *** [Makefile:181: testchkdrv] Error 1 make[2]: Target 'testdrv' not remade because of errors. make[2]: Leaving directory '/root/cminpack-1.3.9/examples' make[1]: [Makefile:269: checkfloat] Error 2 (ignored) make clean LIBSUFFIX=s 2>&1 > /dev/null make[1]: Leaving directory '/root/cminpack-1.3.9/examples'

[root@localhost cminpack-1.3.9]#cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"

devernay commented 3 months ago

Closing as a duplicate of #37