summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDenis Davydov <davydden@gmail.com>2016-07-13 23:29:54 +0200
committerDenis Davydov <davydden@gmail.com>2016-08-02 13:52:32 +0200
commitbef7e2645a624523e5ee269814650f0f39e9498d (patch)
tree1cff08266cb43fabe8ffb751dc7f106b96bb9019 /var
parentf6a4a6b00f9e5a112f450b2e5b278003bfa10250 (diff)
downloadspack-bef7e2645a624523e5ee269814650f0f39e9498d.tar.gz
spack-bef7e2645a624523e5ee269814650f0f39e9498d.tar.bz2
spack-bef7e2645a624523e5ee269814650f0f39e9498d.tar.xz
spack-bef7e2645a624523e5ee269814650f0f39e9498d.zip
atlas: flake8 fixes
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/atlas/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/atlas/package.py b/var/spack/repos/builtin/packages/atlas/package.py
index 0cb15de411..f3b3887885 100644
--- a/var/spack/repos/builtin/packages/atlas/package.py
+++ b/var/spack/repos/builtin/packages/atlas/package.py
@@ -29,11 +29,11 @@ import os.path
class Atlas(Package):
- """
- Automatically Tuned Linear Algebra Software, generic shared ATLAS is an approach for the automatic generation and
- optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear
- algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines
- in the LAPACK library.
+ """Automatically Tuned Linear Algebra Software, generic shared ATLAS is an
+ approach for the automatic generation and optimization of numerical
+ software. Currently ATLAS supplies optimized versions for the complete set
+ of linear algebra kernels known as the Basic Linear Algebra Subroutines
+ (BLAS), and a subset of the linear algebra routines in the LAPACK library.
"""
homepage = "http://math-atlas.sourceforge.net/"