summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-12-04 17:47:54 +0000
committerAndrew Anderson2019-12-04 17:47:54 +0000
commit2521d15baa52d291865bcba05b53e9edecc252c6 (patch)
treeb45f558725c229dc4c43b687f73e2b83068756d5
parent7919e13811f3eb1960b06da4d0875db762b74392 (diff)
downloadaur-2521d15baa52d291865bcba05b53e9edecc252c6.tar.gz
Kill openexr dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d3b3ab053a..73023782b05c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 18
+ pkgrel = 20
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
@@ -28,7 +28,6 @@ pkgbase = trinnity-caffe-git
depends = python-pillow
depends = python-six
depends = python-scikit-image
- depends = openexr
depends = opencv>=4.0.0
depends = gtk3
depends = openmp
diff --git a/PKGBUILD b/PKGBUILD
index ffeda85d0942..eccf4283952d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=18
+pkgrel=20
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
@@ -13,7 +13,7 @@ depends=(
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'
- 'openexr' 'opencv>=4.0.0' 'gtk3' 'openmp'
+ 'opencv>=4.0.0' 'gtk3' 'openmp'
)
optdepends=('openblas: OpenBLAS for backend linear algebra ops',
'cblas: Use CBLAS for backend linear algebra ops'