Rename sas static-analysis-package (#17695)

This commit is contained in:
Patrick Gartung 2020-07-24 19:07:01 -05:00 committed by GitHub
parent 5795f1d7da
commit 66d59a90ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
from spack import * from spack import *
class Sas(CMakePackage): class StaticAnalysisSuite(CMakePackage):
"""SAS (Static Analysis Suite) is a powerful tool for running static """SAS (Static Analysis Suite) is a powerful tool for running static
analysis on C++ code.""" analysis on C++ code."""