system/lbench: Updated for version 3.1.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-11-09 21:07:00 +00:00 committed by David Spencer
parent e37f4b8aed
commit db869b0f76
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@ -26,13 +26,13 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=lbench
VERSION=${VERSION:-3.0}
VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="lbench"
VERSION="3.0"
VERSION="3.1"
HOMEPAGE="http://kornelix.net/lbench/lbench.html"
DOWNLOAD="http://kornelix.net/downloads/tarballs/lbench-3.0.tar.gz"
MD5SUM="3b4c2c9e56344ef8f13f5add1988ef45"
DOWNLOAD="http://kornelix.net/downloads/tarballs/lbench-3.1.tar.gz"
MD5SUM="38a9b2c896363b3ff66924a723c6bbbb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -13,7 +13,7 @@ lbench: some obscure performance issues. The performance increase from using
lbench: multiple processor cores can be nearly 100% per core in some cases,
lbench: and negative (an overall slowdown) in others.
lbench:
lbench: Homepage: http://www.kornelix.com/lbench.html
lbench: Homepage: http://kornelix.net/lbench/lbench.html
lbench:
lbench:
lbench: