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:
parent
8ca7c77008
commit
629b17b36f
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue