summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-07-11 17:30:35 +0200
committerbartus2018-07-11 17:30:35 +0200
commit083acdc6600861b1586910e65e32e93b02b671da (patch)
treebff7d816dd591c3c1f4df137db2364035b1b8614 /PKGBUILD
parent2685285036f163e1ae15b5bc1ec44ce8a86d6cb9 (diff)
downloadaur-083acdc6600861b1586910e65e32e93b02b671da.tar.gz
update email
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a9379cbf571..ed3d4c0e5f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Dylan Ferris <dylan@psilly.com>
-# Submaintainer: bartus <aur@bartus.33mail.com>
+# Submaintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=('visual-sfm')
pkgver=0.5.26
@@ -24,6 +24,7 @@ md5sums=(
'c063c0236d8649b2281b334ecde73784'
'672f5cd6c1b4c08517409809b819c547'
)
+options=(debug !strip !makeflags)
build() {
msg "building Multicore Bundle Adjustment"
@@ -40,6 +41,7 @@ build() {
sed -i 's:$(LIB_DIR)/blas.a:-lblas:' makefile
sed -i 's:$(LIB_DIR)/libf2c.a:-lf2c:' makefile
sed -i 's:g++:g++-5:' makefile
+# sed -i 's:$(LIB_DIR)/libjpeg.a:-ljpeg:' makefile
make
}