summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a4bb860d635..b29df5d0032a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vlfeat
pkgdesc = An open library of computer vision algorithms
pkgver = 0.9.21
- pkgrel = 9
+ pkgrel = 10
url = https://www.vlfeat.org/
arch = x86_64
license = BSD
@@ -25,4 +25,3 @@ pkgname = octave-vlfeat
depends = gcc-libs
depends = vlfeat
depends = octave
-
diff --git a/PKGBUILD b/PKGBUILD
index 356a40392ae5..56cc9cc16d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vlfeat
pkgname=(vlfeat octave-vlfeat)
pkgver=0.9.21
-pkgrel=9
+pkgrel=10
pkgdesc='An open library of computer vision algorithms'
arch=('x86_64')
url='https://www.vlfeat.org/'
@@ -36,6 +36,8 @@ prepare() {
# fix octave building, see https://github.com/vlfeat/vlfeat/issues/188
mkdir -p "${srcdir}/${_pkgname}/toolbox/mex/octave/mexa64"
sed -i '32,35d' "${srcdir}/${_pkgname}/toolbox/mexutils.h"
+ # fix gomp error
+ sed -i "s#-liomp5#-lgomp#g" ${srcdir}/${_pkgname}/make/matlab.mak
}
build() {