summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f291c099204..de259dc93a6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = nanoflann
arch = any
license = BSD
makedepends = cmake
- depends = gcc
depends = eigen
depends = python
source = https://github.com/jlblancoc/nanoflann/archive/v1.2.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9be3e8ca0013..977901aef806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='a C++ header-only library for Nearest Neighbor (NN) search wih KD-trees
arch=('any')
url='https://github.com/jlblancoc/nanoflann'
license=('BSD')
-depends=('gcc' 'eigen' 'python')
+depends=('eigen' 'python')
makedepends=('cmake')
source=('https://github.com/jlblancoc/nanoflann/archive/v1.2.3.tar.gz')
md5sums=('92a0f44a631c41aa06f9716c51dcdb11')