mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	cmake : check for openblas64 (#4134)
openblas v0.3.22 64-bit pkg-config file is named openblas64.pc https://github.com/OpenMathLib/OpenBLAS/issues/3790
This commit is contained in:
		| @@ -230,7 +230,11 @@ if (LLAMA_BLAS) | ||||
|             if (${LLAMA_BLAS_VENDOR} MATCHES "Generic") | ||||
|                 pkg_check_modules(DepBLAS REQUIRED blas) | ||||
|             elseif (${LLAMA_BLAS_VENDOR} MATCHES "OpenBLAS") | ||||
|                 # As of openblas v0.3.22, the 64-bit is named openblas64.pc | ||||
|                 pkg_check_modules(DepBLAS openblas64) | ||||
|                 if (NOT DepBLAS_FOUND) | ||||
|                     pkg_check_modules(DepBLAS REQUIRED openblas) | ||||
|                 endif() | ||||
|             elseif (${LLAMA_BLAS_VENDOR} MATCHES "FLAME") | ||||
|                 pkg_check_modules(DepBLAS REQUIRED blis) | ||||
|             elseif (${LLAMA_BLAS_VENDOR} MATCHES "ATLAS") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 a-n-n-a-l-e-e
					a-n-n-a-l-e-e