mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/tbb: Updated for version 4.1u4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
52f4522836
commit
b3ca13474c
2 changed files with 5 additions and 7 deletions
|
@ -4,11 +4,11 @@
|
|||
# Written by powtrix (@gmail.com)
|
||||
|
||||
PRGNAM=tbb
|
||||
VERSION=${VERSION-4.1u3}
|
||||
VERSION=${VERSION-4.1u4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=${SRCVERSION:-41_20130314oss}
|
||||
SRCVERSION=${SRCVERSION:-41_20130613oss}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -51,8 +51,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tbb"
|
||||
VERSION="4.1u3"
|
||||
VERSION="4.1u4"
|
||||
HOMEPAGE="http://threadingbuildingblocks.org"
|
||||
DOWNLOAD="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb41_20130314oss_src.tgz"
|
||||
MD5SUM="ed4af7ccfa122f16cf9920b241633a3a"
|
||||
DOWNLOAD="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb41_20130613oss_src.tgz"
|
||||
MD5SUM="108c8c1e481b0aaea61878289eb28b6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue