samtools could not find the ncurses library (#1785)
This commit is contained in:
		 Tom Merrick
					Tom Merrick
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							ea446c0f0e
						
					
				
				
					commit
					d71f8dcab5
				
			| @@ -42,7 +42,8 @@ class Samtools(Package): | |||||||
|  |  | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         if self.spec.version >= Version('1.3.1'): |         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() | ||||||
|             make('install') |             make('install') | ||||||
|         else: |         else: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user