flake 8 fixes for stat and dependents

flake 8 fixes for dyninst

flake 8 fixes for dyninst

flake 8 fixes for dyninst
This commit is contained in:
Gregory L. Lee
2016-07-28 13:49:35 -07:00
parent bd8aab00e4
commit 8b94937609
5 changed files with 4 additions and 7 deletions

View File

@@ -34,7 +34,8 @@ class Stat(Package):
version('2.2.0', '26bd69dd57a15afdd5d0ebdb0b7fb6fc')
version('2.1.0', 'ece26beaf057aa9134d62adcdda1ba91')
version('2.0.0', 'c7494210b0ba26b577171b92838e1a9b')
version('3.0.0b', '31df1c2e56ce6ab2a0fe963cd47b769a', url='https://github.com/LLNL/STAT/files/382650/STAT-3.0.0b.tar.gz')
version('3.0.0b', '31df1c2e56ce6ab2a0fe963cd47b769a',
url='https://github.com/LLNL/STAT/files/382650/STAT-3.0.0b.tar.gz')
# TODO: dysect requires Dyninst patch for version 3.0.0b
variant('dysect', default=False, description="enable DySectAPI")