summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-20 10:09:13 -0300
committerDaniel Bermond2017-05-20 10:09:13 -0300
commit1ebbe7e5d17b44f7cdf2490a659d9ef48f12692d (patch)
tree397e4b860b32bce14cd503f8c6fe237e877c0fda /PKGBUILD
parent3991273bbeafd29f6950ea01f6b7fcad751aaac8 (diff)
downloadaur-1ebbe7e5d17b44f7cdf2490a659d9ef48f12692d.tar.gz
Changed pthreadpool version from 0.1 to git master
Version 0.1 is a pre-release from august/2015. Since pthreadpool is a nnpack dependency and nnpack has only a git master version (no releases yet), using pthreadpool git master can avoid possible problems in nnpack.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc4d7c2f5133..ddedfcda93a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,12 @@ _gtestver=1.8.0
_ncclver=1.3.4-1
_protover=3.2.0
_pybindver=2.1.1
-_pthrpver=0.1
_gitver=gitmaster
_gitwebver=master
pkgname=caffe2
pkgver=0.7.0
-pkgrel=4
+pkgrel=5
pkgdesc="A new lightweight, modular, and scalable deep learning framework (gpu enabled)"
arch=('x86_64')
url="http://caffe2.ai/"
@@ -64,7 +63,7 @@ source=(
"thirdparty-FP16-${_gitver}.zip"::"https://github.com/Maratyszcza/FP16/archive/${_gitwebver}.zip"
"thirdparty-FXdiv-${_gitver}.zip"::"https://github.com/Maratyszcza/FXdiv/archive/${_gitwebver}.zip"
"thirdparty-psimd-${_gitver}.zip"::"https://github.com/Maratyszcza/psimd/archive/${_gitwebver}.zip"
- "thirdparty-pthreadpool-${_pthrpver}.tar.gz"::"https://github.com/Maratyszcza/pthreadpool/archive/${_pthrpver}.tar.gz"
+ "thirdparty-pthreadpool-${_gitver}.zip"::"https://github.com/Maratyszcza/pthreadpool/archive/${_gitwebver}.zip"
)
noextract=("thirdparty-android-cmake-${_gitver}.zip"
"thirdparty-benchmark-${_benchver}.tar.gz"
@@ -82,7 +81,7 @@ noextract=("thirdparty-android-cmake-${_gitver}.zip"
"thirdparty-FP16-${_gitver}.zip"
"thirdparty-FXdiv-${_gitver}.zip"
"thirdparty-psimd-${_gitver}.zip"
- "thirdparty-pthreadpool-${_pthrpver}.tar.gz"
+ "thirdparty-pthreadpool-${_gitver}.zip"
)
sha256sums=('b8f266ed283efc172fa96c06c878ed7f125755f89cde480580b754c1f03c0bab'
'SKIP'
@@ -101,7 +100,7 @@ sha256sums=('b8f266ed283efc172fa96c06c878ed7f125755f89cde480580b754c1f03c0bab'
'SKIP'
'SKIP'
'SKIP'
- '05d3f79647b7f54ed3be7c2e1fa0accc1d9e0f26e3dca9ab22c211a039ed2539'
+ 'SKIP'
)
prepare() {