Package: lapack / 3.12.1-4
Metadata
Package | Version | Patches format |
---|---|---|
lapack | 3.12.1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
icamax izamax extended precision.patch | (download) |
BLAS/SRC/Makefile |
6 6 + 0 - 0 ! |
fix i{c,z}amax behavior on any-i386 and m68k On arches with extended precision (any-i386 and m68k), the icamax and izamax routines must be compiled with -ffloat-store, in order to avoid the extra precision bits which make the test fails. . The FFLAGS_FLOAT_STORE variable is set by debian/rules. |
doxygen downsize.patch | (download) |
DOCS/Doxyfile |
10 5 + 5 - 0 ! |
downsize documentation (html and manpages) - Set EXTRACT_ALL=no, to avoid generating tons of files containing only doc stubs. - Do not include verbatim source code in Doxygen output (redundant with the source package). - Drop the call graphs. |
makefile blas remove dep.patch | (download) |
BLAS/Makefile |
2 1 + 1 - 0 ! |
remove the target dependency in order to avoid unnecessary rebuild that would incur FTBFS. |
verbose tests.patch | (download) |
TESTING/Makefile |
188 94 + 94 - 0 ! |
sed -i -e 's#\(>\)\s*\($@\)\s*\(2>&1\)#\3 | tee \2#g' testing/makefile Make the tests verbose (printing something to the screen) so that they won't timeout on buildd. |
disable b1nrm2 tests.patch | (download) |
BLAS/TESTING/cblat1.f |
3 0 + 3 - 0 ! |
disable newly-introduced *b1nrm2 tests They fail on i386. See https://buildd.debian.org/status/fetch.php?pkg=lapack&arch=i386&ver=3.12.0-1&stamp=1702247469&raw=0 |