diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-06-01 08:05:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-04 05:33:23 +0000 |
commit | 799330f5e0d31faa66b6f745c668b46a8467eba3 (patch) | |
tree | 9b19f5cf81c6871fdf01bad85e524c13d863a487 /testing/tsung | |
parent | 85803fa9aa95ce509c1f8814831526e9da822f43 (diff) | |
download | aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.bz2 aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.xz |
testing/[various]: rebuild against openblas-0.3.0, enable s390x
Diffstat (limited to 'testing/tsung')
-rw-r--r-- | testing/tsung/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tsung/APKBUILD b/testing/tsung/APKBUILD index ace15537aa..28bade524a 100644 --- a/testing/tsung/APKBUILD +++ b/testing/tsung/APKBUILD @@ -3,11 +3,11 @@ pkgname=tsung pkgver=1.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Tsung is a high-performance benchmark framework for various protocols including HTTP,XMPP,LDAP,etc." url="http://www.process-one.net/en/tsung/" license="GPL-2.0" -arch="noarch !armhf !s390x" +arch="noarch !armhf" depends="bash erlang erlang-crypto @@ -18,7 +18,7 @@ depends="bash gnuplot perl-template-toolkit python2 - py-matplotlib + py-matplotlib>=1.5.1-r3 " makedepends="erlang erlang-asn1 |