From eef7996894e047798f7fee88a4ae1b00096eda8c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 27 Aug 2018 11:05:13 +0000 Subject: graphics/colmap: update to 3.5 Changes: https://github.com/colmap/colmap/blob/3.5/CHANGELOG.txt --- graphics/colmap/files/patch-src_ext_VLFeat_host.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 graphics/colmap/files/patch-src_ext_VLFeat_host.c (limited to 'graphics/colmap/files/patch-src_ext_VLFeat_host.c') diff --git a/graphics/colmap/files/patch-src_ext_VLFeat_host.c b/graphics/colmap/files/patch-src_ext_VLFeat_host.c deleted file mode 100644 index 4d5386268a11..000000000000 --- a/graphics/colmap/files/patch-src_ext_VLFeat_host.c +++ /dev/null @@ -1,20 +0,0 @@ -vlfeat: don't try to use CPUID on non-x86 - ---- src/ext/VLFeat/host.c.orig 2017-06-15 14:32:01 UTC -+++ src/ext/VLFeat/host.c -@@ -441,6 +441,7 @@ _vl_cpuid (vl_int32* info, int function) - - #endif - -+#if defined(VL_ARCH_IX86) || defined(VL_ARCH_X64) || defined(VL_ARCH_IA64) - void - _vl_x86cpu_info_init (VlX86CpuInfo *self) - { -@@ -487,6 +488,7 @@ _vl_x86cpu_info_to_string_copy (VlX86CpuInfo const *se - } - return string ; - } -+#endif - - /** ------------------------------------------------------------------ - ** @brief Human readable static library configuration -- cgit v1.2.3