add newlines at end of some package files
This commit is contained in:
parent
78e22940c2
commit
beab0cb92e
6 changed files with 6 additions and 6 deletions
|
@ -70,4 +70,4 @@ def install(self, spec, prefix):
|
|||
install('test/amg2013', prefix.bin)
|
||||
install_tree('docs', prefix.doc)
|
||||
install('COPYRIGHT', prefix.doc)
|
||||
install('COPYING.LESSER', prefix.doc)
|
||||
install('COPYING.LESSER', prefix.doc)
|
||||
|
|
|
@ -68,4 +68,4 @@ def install(self, spec, prefix):
|
|||
install('exec/point_data.txt', prefix.input)
|
||||
install('exec/value_data.txt', prefix.input)
|
||||
for files in glob.glob('doc/*.*'):
|
||||
install(files, prefix.doc)
|
||||
install(files, prefix.doc)
|
||||
|
|
|
@ -58,4 +58,4 @@ def install(self, spec, prefix):
|
|||
install('README.md', prefix.doc)
|
||||
install('LICENSE.md', prefix.doc)
|
||||
for files in glob.glob('input/*.*'):
|
||||
install(files, prefix.input)
|
||||
install(files, prefix.input)
|
||||
|
|
|
@ -71,4 +71,4 @@ def install(self, spec, prefix):
|
|||
install_tree('doc/', prefix.doc)
|
||||
install('src-mpi/Doxyfile', prefix.doc)
|
||||
install('README.md', prefix.doc)
|
||||
install('LICENSE.md', prefix.doc)
|
||||
install('LICENSE.md', prefix.doc)
|
||||
|
|
|
@ -81,4 +81,4 @@ def install(self, spec, prefix):
|
|||
install('lulesh{0}'.format(self.version.up_to(2)), prefix.bin)
|
||||
mkdirp(prefix.doc)
|
||||
install('README', prefix.doc)
|
||||
install('TODO', prefix.doc)
|
||||
install('TODO', prefix.doc)
|
||||
|
|
|
@ -80,4 +80,4 @@ def install(self, spec, prefix):
|
|||
install(f, prefix.bin)
|
||||
install('inputs_SMC', prefix.bin)
|
||||
install('README', prefix)
|
||||
install('BoxLib.license.txt', prefix)
|
||||
install('BoxLib.license.txt', prefix)
|
||||
|
|
Loading…
Reference in a new issue