summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Sutton2024-02-01 13:02:10 +0000
committerPeter Sutton2024-02-01 13:02:10 +0000
commitb7ad89c4dbb7015e9941fb93d8a744eff880b175 (patch)
tree89b0677e91dc4d36a894ba1c572a24a8843e0ad6 /PKGBUILD
parent7d022e65ef48e889b084646fd687c811d0121019 (diff)
downloadaur-opencv3-opt.tar.gz
Add openmpi to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b0c43d9aa3e..1c5efe37ce1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgbase=opencv3-opt
-pkgname=($pkgbase $pkgbase-samples)
+pkgname=("$pkgbase" "$pkgbase"-samples)
pkgver=3.4.20
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Computer Vision Library (Legacy Version & /opt directory version)"
arch=(x86_64)
license=(BSD)
@@ -20,6 +20,7 @@ makedepends=(
hdf5
lapacke
mesa
+ openmpi
python-numpy
python-setuptools
vtk