Packages/snap (#5000)

* new package:SNAP

* removed boilerplate

* Delete .nfs00000000003a8b1700001358

* install another executable in bin and install readme

* added quotes around README.md

* moved readme to prefix
This commit is contained in:
jiseung 2017-08-07 14:34:06 -05:00 committed by Adam J. Stewart
parent 8ca7c77008
commit 629b17b36f

View file

@ -58,5 +58,7 @@ def edit(self, spec, prefix):
makefile.filter('OPENMP = yes', 'OPENMP = no') makefile.filter('OPENMP = yes', 'OPENMP = no')
def install(self, spec, prefix): def install(self, spec, prefix):
install('README.md', prefix) mkdirp(prefix.bin)
install('src/gsnap', prefix.bin)
install_tree('qasnap', prefix.qasnap) install_tree('qasnap', prefix.qasnap)
install('README.md', prefix)