atlas: flake8 fixes

This commit is contained in:
Denis Davydov 2016-07-13 23:29:54 +02:00
parent f6a4a6b00f
commit bef7e2645a

View File

@ -29,11 +29,11 @@
class Atlas(Package): class Atlas(Package):
""" """Automatically Tuned Linear Algebra Software, generic shared ATLAS is an
Automatically Tuned Linear Algebra Software, generic shared ATLAS is an approach for the automatic generation and approach for the automatic generation and optimization of numerical
optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear software. Currently ATLAS supplies optimized versions for the complete set
algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines of linear algebra kernels known as the Basic Linear Algebra Subroutines
in the LAPACK library. (BLAS), and a subset of the linear algebra routines in the LAPACK library.
""" """
homepage = "http://math-atlas.sourceforge.net/" homepage = "http://math-atlas.sourceforge.net/"