Update to version 1.3.3, Added a patch fix_i686_build.patch to fix build on i686 OBS-URL: https://build.opensuse.org/request/show/577107 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=19
18 lines
558 B
Diff
18 lines
558 B
Diff
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: Vc-1.3.3/CMakeLists.txt
|
|
===================================================================
|
|
--- Vc-1.3.3.orig/CMakeLists.txt
|
|
+++ Vc-1.3.3/CMakeLists.txt
|
|
@@ -21,7 +21,7 @@ include (OptimizeForArchitecture)
|
|
|
|
vc_determine_compiler()
|
|
|
|
-if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86|AMD64|amd64)")
|
|
+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(i686|x86|AMD64|amd64)")
|
|
set(Vc_X86 TRUE)
|
|
find_package(MIC)
|
|
elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(arm|aarch32|aarch64)")
|