Spack packages now PEP8 compliant.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
from spack import *
|
||||
import os
|
||||
|
||||
|
||||
class Ior(Package):
|
||||
"""The IOR software is used for benchmarking parallel file systems
|
||||
using POSIX, MPI-IO, or HDF5 interfaces."""
|
||||
@@ -41,7 +42,6 @@ class Ior(Package):
|
||||
depends_on('hdf5+mpi', when='+hdf5')
|
||||
depends_on('netcdf+mpi', when='+ncmpi')
|
||||
|
||||
|
||||
def install(self, spec, prefix):
|
||||
os.system('./bootstrap')
|
||||
|
||||
|
Reference in New Issue
Block a user