Remove unneeded noqa comments.
This commit is contained in:
@@ -72,10 +72,10 @@ def install(self, spec, prefix):
|
||||
|
||||
# TODO: these vars are not used.
|
||||
# if "+mpi" in spec["hdf5"]:
|
||||
# cc = "mpicc" # noqa
|
||||
# cc = "mpicc"
|
||||
# else:
|
||||
# cc = "cc" # noqa
|
||||
# shlibext = "so" if sys.platform != "darwin" else "dylib" # noqa
|
||||
# cc = "cc"
|
||||
# shlibext = "so" if sys.platform != "darwin" else "dylib"
|
||||
|
||||
mkdirp(prefix.include)
|
||||
mkdirp(prefix.lib)
|
||||
|
Reference in New Issue
Block a user