augustus: explicitly depend on ncurses (#29597)
This commit is contained in:
parent
f2b123760c
commit
b4ab4ddc27
@ -17,7 +17,7 @@
|
||||
- HTSERRHINT:=$(HTSERRHINT)"Check if HTSlib is installed and of version 1.10 or higher - see README.txt"
|
||||
-endif
|
||||
+INCLUDES=-I$(HTSLIBDIR)/include/htslib
|
||||
+HTSLIBS=-L$(HTSLIBDIR)/lib -Wl,-rpath,$(HTSLIBDIR)/lib -lhts -lcurses -lm -lz -lpthread -lcurl -lssl -lcrypto -lbz2 -llzma
|
||||
+HTSLIBS=-L$(HTSLIBDIR)/lib -Wl,-rpath,$(HTSLIBDIR)/lib -lhts -lncurses -lm -lz -lpthread -lcurl -lssl -lcrypto -lbz2 -llzma
|
||||
|
||||
CFLAGS:=-Wall -O2 $(CFLAGS)
|
||||
CC?=gcc
|
||||
|
@ -39,6 +39,7 @@ class Augustus(MakefilePackage):
|
||||
depends_on('htslib')
|
||||
depends_on('bcftools')
|
||||
depends_on('samtools')
|
||||
depends_on('ncurses')
|
||||
depends_on('curl', when='@3.3.1:')
|
||||
depends_on('sqlite', when='@3.4.0:')
|
||||
depends_on('mysql-client', when='@3.4.0:')
|
||||
|
Loading…
Reference in New Issue
Block a user