Browse Source
			
			
			[Minor] Bundle fasttext as linux distributives are just useless
			
			
				pull/4699/head
			
			
		 
		
			
				
					
						 Vsevolod Stakhov
					
					2 years ago
						Vsevolod Stakhov
					
					2 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 7647B6790081437
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
5 deletions
			 
			
		 
		
			
				- 
					
					
					 
					rpm/rspamd.spec
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -34,9 +34,6 @@ BuildRequires:    lapack-devel | 
			
		
	
		
			
				
					|  |  |  | BuildRequires:    libicu-devel | 
			
		
	
		
			
				
					|  |  |  | BuildRequires:    libsodium-devel | 
			
		
	
		
			
				
					|  |  |  | BuildRequires:    libunwind-devel | 
			
		
	
		
			
				
					|  |  |  | %ifarch x86_64 | 
			
		
	
		
			
				
					|  |  |  | BuildRequires:    fasttext-devel | 
			
		
	
		
			
				
					|  |  |  | %endif | 
			
		
	
		
			
				
					|  |  |  | %if 0%{getenv:ASAN} | 
			
		
	
		
			
				
					|  |  |  | %if 0%{?el7} | 
			
		
	
		
			
				
					|  |  |  | BuildRequires:    devtoolset-10-libasan-devel | 
			
		
	
	
		
			
				
					|  |  | @ -160,9 +157,8 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true | 
			
		
	
		
			
				
					|  |  |  | %else | 
			
		
	
		
			
				
					|  |  |  |         -DENABLE_LUAJIT=OFF \ | 
			
		
	
		
			
				
					|  |  |  | %endif | 
			
		
	
		
			
				
					|  |  |  | %ifarch x86_64 | 
			
		
	
		
			
				
					|  |  |  |         -DENABLE_FASTTEXT=ON \ | 
			
		
	
		
			
				
					|  |  |  | %endif | 
			
		
	
		
			
				
					|  |  |  |         -DFASTTEXT_ROOT_DIR=/fasttext \ | 
			
		
	
		
			
				
					|  |  |  |         -DENABLE_BLAS=ON | 
			
		
	
		
			
				
					|  |  |  | make %{?_smp_mflags} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |