Fix flake8 error-whitespack issue in mrnet package.py file.
This commit is contained in:
parent
2c0614a88f
commit
fe9d1564f9
@ -44,7 +44,7 @@ class Mrnet(Package):
|
|||||||
depends_on("boost")
|
depends_on("boost")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
# Build the MRNet LW thread safe libraries when the
|
# Build the MRNet LW thread safe libraries when the
|
||||||
# lwthreads variant is present
|
# lwthreads variant is present
|
||||||
if '+lwthreads' in spec:
|
if '+lwthreads' in spec:
|
||||||
configure("--prefix=%s" % prefix, "--enable-shared",
|
configure("--prefix=%s" % prefix, "--enable-shared",
|
||||||
|
Loading…
Reference in New Issue
Block a user