diff options
author | bartus | 2020-06-24 14:00:10 +0200 |
---|---|---|
committer | bartus | 2020-06-24 14:00:10 +0200 |
commit | 46c299c700e99e16e3ea7b9fd9855788688698db (patch) | |
tree | aea365972ae68854f90c0c732bf208461231093b | |
parent | f1bcd934067b77ae408d40a30e9c38ecbdb88d18 (diff) | |
download | aur-46c299c700e99e16e3ea7b9fd9855788688698db.tar.gz |
Drop upstream applied patch.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | glibc_stdio.patch | 12 |
3 files changed, 0 insertions, 16 deletions
@@ -28,14 +28,12 @@ pkgbase = colmap-git source = colmap-git::git+https://github.com/colmap/colmap.git#branch=dev source = nvm-export.patch source = gcc9.patch - source = glibc_stdio.patch source = vocabulary-tree-32K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words32K.bin source = vocabulary-tree-256K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words256K.bin source = vocabulary-tree-1M.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words1M.bin sha256sums = SKIP sha256sums = d8985b9af868edfc50f69257faf132f959398437758ccb6baa266a1bbddb3b36 sha256sums = 531181351f30cfcb531fc961439152840048ff4fa71a27b1efae46421f1ab686 - sha256sums = 62e2a63b29a014279c72564fb7b08995a85869605d21c2b0a08e85eedd1adf12 sha256sums = d37d8f19ee0a49705c4c0b06967a08cedfed5cf86519eada3271497256732bc2 sha256sums = d2055600452a531b5b0a62aa5943e1a07195273dc4eeebcf23d3a924d881d53a sha256sums = fb60f7ba8081ee5c278f03c62329a374d1b24136b374a49393b453db1529a8c6 @@ -25,7 +25,6 @@ fi source=("${pkgname}::git+https://github.com/colmap/colmap.git${_fragment}" "nvm-export.patch" "gcc9.patch" - "glibc_stdio.patch" "vocabulary-tree-32K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words32K.bin" "vocabulary-tree-256K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words256K.bin" "vocabulary-tree-1M.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words1M.bin" @@ -33,7 +32,6 @@ source=("${pkgname}::git+https://github.com/colmap/colmap.git${_fragment}" sha256sums=('SKIP' 'd8985b9af868edfc50f69257faf132f959398437758ccb6baa266a1bbddb3b36' '531181351f30cfcb531fc961439152840048ff4fa71a27b1efae46421f1ab686' - '62e2a63b29a014279c72564fb7b08995a85869605d21c2b0a08e85eedd1adf12' 'd37d8f19ee0a49705c4c0b06967a08cedfed5cf86519eada3271497256732bc2' 'd2055600452a531b5b0a62aa5943e1a07195273dc4eeebcf23d3a924d881d53a' 'fb60f7ba8081ee5c278f03c62329a374d1b24136b374a49393b453db1529a8c6') diff --git a/glibc_stdio.patch b/glibc_stdio.patch deleted file mode 100644 index 5a8dc9491d1b..000000000000 --- a/glibc_stdio.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/PoissonRecon/Geometry.h b/lib/PoissonRecon/Geometry.h -index 0d73eda..7105ec8 100755 ---- a/lib/PoissonRecon/Geometry.h -+++ b/lib/PoissonRecon/Geometry.h -@@ -32,6 +32,7 @@ DAMAGE. - #include <math.h> - #include <vector> - #include <stdlib.h> -+#include <stdio.h> - #include "Hash.h" - - template<class Real> |