samtools could not find the ncurses library (#1785)
This commit is contained in:
parent
ea446c0f0e
commit
d71f8dcab5
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ class Samtools(Package):
|
|||
|
||||
def install(self, spec, prefix):
|
||||
if self.spec.version >= Version('1.3.1'):
|
||||
configure('--prefix={0}'.format(prefix), '--with-ncurses')
|
||||
configure('--prefix={0}'.format(prefix), '--with-ncurses',
|
||||
'CURSES_LIB=-lncurses')
|
||||
make()
|
||||
make('install')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue