mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/papi: Updated for version 6.0.0.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
29440afed6
commit
c57341cd98
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=papi
|
||||
VERSION=${VERSION:-5.5.1}
|
||||
VERSION=${VERSION:-6.0.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -89,7 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--with-static-lib=no \
|
||||
--with-static-lib=yes \
|
||||
--with-shared-lib=yes \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="papi"
|
||||
VERSION="5.5.1"
|
||||
VERSION="6.0.0.1"
|
||||
HOMEPAGE="http://icl.utk.edu/papi/"
|
||||
DOWNLOAD="http://icl.utk.edu/projects/papi/downloads/papi-5.5.1.tar.gz"
|
||||
MD5SUM="86a8a6f3d0f34cd83251da3514aae15d"
|
||||
DOWNLOAD="http://icl.cs.utk.edu/projects/papi/downloads/papi-6.0.0.1.tar.gz"
|
||||
MD5SUM="34c536f3c4a6ad4b5615de23018503ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue