Debian Patches

Status for xtensor-blas/0.20.0-2

Patch Description Author Forwarded Bugs Origin Last update
fix_dot_xtensor_0.23.1.patch =================================================================== no
find_generic_blas.patch =================================================================== no
test_native.patch =================================================================== no
fix_sphinx_api.patch =================================================================== no
relax_lapack_cholevsky_test_tolerance_PR212.patch [PATCH] relax tolerance in the xlapack.solveCholesky test
The xlapack.solveCholesky test in test_lapack.cpp fails on 32-bit architectures (i386/i686):
[ RUN ] xlapack.solveCholesky
/tmp/autopkgtest-lxc.gg3nslld/downtmp/autopkgtest_tmp/test_lapack.cpp:166: Failure
Expected equality of these values:
x_expected[i]
Which is: 0.13757507429403265
x[i]
Which is: 0.13757507429403248
[ FAILED ] xlapack.solveCholesky (0 ms)

This patch relaxes test tolerance by using EXPECT_NEAR with abstol=2e-16 instead of EXPECT_DOUBLE_EQ.

Fixes Issue #211.
Drew Parsons <dparsons@emerall.com> no 2021-10-16

All known versions for source package 'xtensor-blas'

Links