Package: lapack / 3.7.0-1~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
lapack | 3.7.0-1~bpo8+1 | 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 strip source.patch | (download) |
DOCS/Doxyfile |
8 4 + 4 - 0 ! |
do not include verbatim source code in doxygen output This takes a lot of space, and is redundant with the source package. Also drop the call graphs. |
fix typos.patch | (download) |
SRC/cgejsv.f |
2 1 + 1 - 0 ! |
fix various typos |
test numbering.patch | (download) |
lapack_testing.py |
18 9 + 9 - 0 ! |
fix -r option of lapack_testing.py. The numbering of tests had been broken in commit ed4e95e. |