aboutsummaryrefslogtreecommitdiffstats
path: root/main/glm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-20 14:36:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-20 14:36:10 +0000
commit0bc86500f17cbb32ff6f8557f9b4644ac4496d3e (patch)
tree32632365365483e4f47c9d2eff51ed2b234cb8ad /main/glm
parent55c75bb524c011a2afc2908006cc94e57d2a9fb5 (diff)
downloadaports-0bc86500f17cbb32ff6f8557f9b4644ac4496d3e.tar.bz2
aports-0bc86500f17cbb32ff6f8557f9b4644ac4496d3e.tar.xz
main/glm: disable tests
tests fails on x86 libreoffice still builds
Diffstat (limited to 'main/glm')
-rw-r--r--main/glm/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/glm/APKBUILD b/main/glm/APKBUILD
index 1f3552af4d..5bba2acd47 100644
--- a/main/glm/APKBUILD
+++ b/main/glm/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glm
pkgver=0.9.6.3
-pkgrel=0
+pkgrel=1
pkgdesc="C++ mathematics library for graphics programming"
url="http://glm.g-truc.net/"
arch="all"
@@ -31,7 +31,6 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DGLM_TEST_ENABLE=ON \
|| return 1
make
}