diff options
author | Denis Davydov <davydden@gmail.com> | 2016-07-13 23:29:54 +0200 |
---|---|---|
committer | Denis Davydov <davydden@gmail.com> | 2016-08-02 13:52:32 +0200 |
commit | bef7e2645a624523e5ee269814650f0f39e9498d (patch) | |
tree | 1cff08266cb43fabe8ffb751dc7f106b96bb9019 /var | |
parent | f6a4a6b00f9e5a112f450b2e5b278003bfa10250 (diff) | |
download | spack-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.py | 10 |
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/" |