muscle: fix (#5160)
This commit is contained in:
parent
c41c5bc9b8
commit
3d1c5f679f
@ -35,6 +35,11 @@ class Muscle(MakefilePackage):
|
||||
|
||||
version('3.8.1551', '1b7c9661f275a82d3cf708f923736bf8')
|
||||
|
||||
def edit(self, spec, prefix):
|
||||
makefile = FileFilter('Makefile')
|
||||
makefile.filter('-static', '')
|
||||
makefile.filter('-funroll-loops', '')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
install('muscle', prefix.bin)
|
||||
|
Loading…
Reference in New Issue
Block a user