summaryrefslogtreecommitdiffstats
path: root/libraries/tbb
diff options
context:
space:
mode:
author powtrix <powtrix@gmail.com>2013-07-25 17:45:50 -0500
committer Erik Hanson <erik@slackbuilds.org>2013-10-12 14:38:00 -0500
commitb3ca13474c2eb75d7d6e44842116d0a1fb1c80fb (patch)
tree1bc3353d54009aff37c46fe8a968f7d95c65100f /libraries/tbb
parent52f4522836864ebd7210adb65966ef9d01aad839 (diff)
downloadslackbuilds-b3ca13474c2eb75d7d6e44842116d0a1fb1c80fb.tar.gz
slackbuilds-b3ca13474c2eb75d7d6e44842116d0a1fb1c80fb.tar.xz
libraries/tbb: Updated for version 4.1u4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/tbb')
-rw-r--r--libraries/tbb/tbb.SlackBuild6
-rw-r--r--libraries/tbb/tbb.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/tbb/tbb.SlackBuild b/libraries/tbb/tbb.SlackBuild
index a8e69f10e5..a6f4bba539 100644
--- a/libraries/tbb/tbb.SlackBuild
+++ b/libraries/tbb/tbb.SlackBuild
@@ -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}
diff --git a/libraries/tbb/tbb.info b/libraries/tbb/tbb.info
index d3b4eb3a58..e216fb083a 100644
--- a/libraries/tbb/tbb.info
+++ b/libraries/tbb/tbb.info
@@ -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=""