gnu: google-highway: Build shared libraries.
* gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag to build shared libraries. Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
This commit is contained in:
		
							parent
							
								
									756ba0429e
								
							
						
					
					
						commit
						b28bcd49c2
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -496,7 +496,8 @@ operating on batches.")
 | 
				
			||||||
        (base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
 | 
					        (base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on")))
 | 
					     `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"
 | 
				
			||||||
 | 
					                               "-DBUILD_SHARED_LIBS=ON")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list googletest))
 | 
					     (list googletest))
 | 
				
			||||||
    (home-page "https://github.com/google/highway")
 | 
					    (home-page "https://github.com/google/highway")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue