summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-06 10:50:58 -0300
committerDaniel Bermond2017-08-06 10:50:58 -0300
commit023b3242c0b4637062b1313e791b572f97108a67 (patch)
treec6f566680f26e7cf7725fa77f10ea3c14d578253 /PKGBUILD
parente609e06192a521c2fa689fb66c038501a0b977be (diff)
downloadaur-023b3242c0b4637062b1313e791b572f97108a67.tar.gz
Removed patch for external nnpack fix (fixed by upstream)
https://github.com/caffe2/caffe2/commit/f070eb99a4a36f12abbdb9af98bb68ff485c840b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64d94ad5b2b9..049889320d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe2-git
pkgver=0.7.0.r686.gb8f66c1c
-pkgrel=1
+pkgrel=2
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)'
arch=('x86_64')
url='http://caffe2.ai/'
@@ -41,7 +41,6 @@ options=('!emptydirs')
source=(
# main source:
"$pkgname"::'git+https://github.com/caffe2/caffe2.git'
- 'external-nnpack-fix.patch'
# git submodules:
'submodule-pybind11'::'git+https://github.com/pybind/pybind11.git'
'submodule-nccl'::'git+https://github.com/nvidia/nccl.git'
@@ -62,7 +61,6 @@ source=(
'submodule-NNPACK_deps-psimd'::'git+https://github.com/Maratyszcza/psimd.git'
)
sha256sums=('SKIP'
- '1c94a1ecc0fe2a52c50c9d1a7bfca655d60c08d48995b27c73aa22b6c375da54'
'SKIP'
'SKIP'
'SKIP'
@@ -101,11 +99,6 @@ prepare() {
# https://github.com/facebookincubator/gloo/issues/43
cd third_party/gloo
git checkout 21a5c8ea5e02edca03068790df3d7f7ba4e2d75b
-
- # avoid compile errors with nnpack if system library is found
- # https://github.com/caffe2/caffe2/pull/808
- cd "${srcdir}/${pkgname}"
- patch -Np1 -i "${srcdir}/external-nnpack-fix.patch"
}
pkgver() {