We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
echo $x |sed -e s/_/c/
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/"
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #37
Sorry, something went wrong.
No branches or pull requests
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 ; doneschkdrv_
--- 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/"
The text was updated successfully, but these errors were encountered: