diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-24 16:41:20 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-24 16:41:20 -0700 |
commit | c1ad4bde28a09f39dbae0f6488dc7b7182d11f93 (patch) | |
tree | 9afb91fbe972d9fcb0e44410d805ac86df7fb700 /var | |
parent | 7bd735416dcf8235efa77bf21f7e92beacf7d433 (diff) | |
download | spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.gz spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.bz2 spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.xz spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.zip |
Rename EditableMakefile to MakefilePackage
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/astyle/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/astyle/package.py b/var/spack/repos/builtin/packages/astyle/package.py index fdd9c2111e..31e1efb591 100644 --- a/var/spack/repos/builtin/packages/astyle/package.py +++ b/var/spack/repos/builtin/packages/astyle/package.py @@ -25,7 +25,7 @@ from spack import * -class Astyle(EditableMakefile): +class Astyle(MakefilePackage): """A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code. """ |