summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-14 22:20:13 -0300
committerDaniel Bermond2017-06-14 22:20:13 -0300
commite3f91c98c575e27c8f2662c6f15e1820ac3805e8 (patch)
tree59a5f387c0e8a5700653d1347fb1a8c83725e6c7
parent669d772102dc688e96773a08ce37be9fc5e241e7 (diff)
downloadaur-e3f91c98c575e27c8f2662c6f15e1820ac3805e8.tar.gz
Cosmetic changings
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7ce38df2b9..8fd9c7725f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 15 01:11:17 UTC 2017
+# Thu Jun 15 01:19:52 UTC 2017
pkgbase = caffe2-git
pkgdesc = A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)
pkgver = 0.7.0.r252.ge6c6b859
- pkgrel = 2
+ pkgrel = 3
url = http://caffe2.ai/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 39a3f2db403f..b7232ac62a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=caffe2-git
pkgver=0.7.0.r252.ge6c6b859
-pkgrel=2
-pkgdesc="A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)"
+pkgrel=3
+pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)'
arch=('x86_64')
-url="http://caffe2.ai/"
+url='http://caffe2.ai/'
license=('BSD')
depends=(
# binary repositories:
@@ -35,7 +35,7 @@ conflicts=('caffe' 'caffe-cpu' 'caffe-git' 'caffe-cpu-git'
options=('!emptydirs')
source=(
# main source:
- "$pkgname"::"git+https://github.com/caffe2/caffe2.git"
+ "$pkgname"::'git+https://github.com/caffe2/caffe2.git'
# git submodules:
'submodule-pybind11'::'git+https://github.com/pybind/pybind11.git'
'submodule-nccl'::'git+https://github.com/nvidia/nccl.git'
@@ -88,7 +88,7 @@ prepare() {
done
git submodule update
- # avoid errors with gloo if using '-march=native' in a cpu with AVX2
+ # avoid compile errors with gloo if using '-march=native' in a cpu with AVX2
# https://github.com/facebookincubator/gloo/issues/43
cd third_party/gloo
git checkout 21a5c8ea5e02edca03068790df3d7f7ba4e2d75b
@@ -200,6 +200,6 @@ package() {
# license
cd "${srcdir}/${pkgname}"
- install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 "PATENTS" "${pkgdir}/usr/share/licenses/${pkgname}/PATENTS"
+ install -D -m644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 'PATENTS' "${pkgdir}/usr/share/licenses/${pkgname}/PATENTS"
}