style: bring packages in compliance with pep8-naming
This commit is contained in:
@@ -221,11 +221,11 @@ def install(self, spec, prefix):
|
||||
make('install')
|
||||
|
||||
# install GKlib headers, which will be needed for ParMETIS
|
||||
GKlib_dist = join_path(prefix.include, 'GKlib')
|
||||
mkdirp(GKlib_dist)
|
||||
gklib_dist = join_path(prefix.include, 'GKlib')
|
||||
mkdirp(gklib_dist)
|
||||
hfiles = glob.glob(join_path(source_directory, 'GKlib', '*.h'))
|
||||
for hfile in hfiles:
|
||||
install(hfile, GKlib_dist)
|
||||
install(hfile, gklib_dist)
|
||||
|
||||
if self.run_tests:
|
||||
# FIXME: On some systems, the installed binaries for METIS cannot
|
||||
|
Reference in New Issue
Block a user