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:
@@ -30,7 +30,7 @@ class Dyninst(Package):
|
||||
are executing without recompiling, re-linking, or re-executing."""
|
||||
|
||||
homepage = "https://paradyn.org"
|
||||
url = "http://www.dyninst.org/sites/default/files/downloads/dyninst/8.1.2/DyninstAPI-8.1.2.tgz"
|
||||
url = "https://github.com/dyninst/dyninst/archive/v9.2.0.tar.gz"
|
||||
list_url = "http://www.dyninst.org/downloads/dyninst-8.x"
|
||||
|
||||
version('9.2.0', 'ad023f85e8e57837ed9de073b59d6bab',
|
||||
@@ -50,7 +50,7 @@ class Dyninst(Package):
|
||||
depends_on('cmake', type='build')
|
||||
|
||||
# new version uses cmake
|
||||
def install(self, spec, prefix):
|
||||
def install(self, spec, prefix): # NOQA: ignore=F811
|
||||
libelf = spec['libelf'].prefix
|
||||
libdwarf = spec['libdwarf'].prefix
|
||||
|
||||
|
Reference in New Issue
Block a user