Package: lapack / 3.8.0-2

Metadata

Package Version Patches format
lapack 3.8.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
icamax izamax extended precision.patch | (download)

BLAS/SRC/Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 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 !
DOCS/Doxyfile_man | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 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.
lapacke makefile.patch | (download)

LAPACKE/src/Makefile | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 add missing files in lapacke makefile