summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a98e991e464..4907f93b0d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 20 12:56:17 UTC 2017
+# Sat May 20 13:09:03 UTC 2017
pkgbase = caffe2
pkgdesc = A new lightweight, modular, and scalable deep learning framework (gpu enabled)
pkgver = 0.7.0
- pkgrel = 4
+ pkgrel = 5
url = http://caffe2.ai/
arch = x86_64
license = BSD
@@ -67,7 +67,7 @@ pkgbase = caffe2
noextract = thirdparty-FP16-gitmaster.zip
noextract = thirdparty-FXdiv-gitmaster.zip
noextract = thirdparty-psimd-gitmaster.zip
- noextract = thirdparty-pthreadpool-0.1.tar.gz
+ noextract = thirdparty-pthreadpool-gitmaster.zip
options = !emptydirs
source = caffe2-0.7.0.tar.gz::https://github.com/caffe2/caffe2/archive/v0.7.0.tar.gz
source = thirdparty-android-cmake-gitmaster.zip::https://github.com/taka-no-me/android-cmake/archive/master.zip
@@ -86,7 +86,7 @@ pkgbase = caffe2
source = thirdparty-FP16-gitmaster.zip::https://github.com/Maratyszcza/FP16/archive/master.zip
source = thirdparty-FXdiv-gitmaster.zip::https://github.com/Maratyszcza/FXdiv/archive/master.zip
source = thirdparty-psimd-gitmaster.zip::https://github.com/Maratyszcza/psimd/archive/master.zip
- source = thirdparty-pthreadpool-0.1.tar.gz::https://github.com/Maratyszcza/pthreadpool/archive/0.1.tar.gz
+ source = thirdparty-pthreadpool-gitmaster.zip::https://github.com/Maratyszcza/pthreadpool/archive/master.zip
sha256sums = b8f266ed283efc172fa96c06c878ed7f125755f89cde480580b754c1f03c0bab
sha256sums = SKIP
sha256sums = e7334dd254434c6668e33a54c8f839194c7c61840d52f4b6258eee28e9f3b20e
@@ -104,7 +104,7 @@ pkgbase = caffe2
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 05d3f79647b7f54ed3be7c2e1fa0accc1d9e0f26e3dca9ab22c211a039ed2539
+ sha256sums = SKIP
pkgname = caffe2
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() {