Fix flake8 error-whitespack issue in mrnet package.py file.

This commit is contained in:
Jim Galarowicz 2016-10-12 08:10:26 -07:00
parent 2c0614a88f
commit fe9d1564f9

View File

@ -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",