summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author powtrix2013-04-24 02:47:42 +0200
committer Niels Horn2013-04-28 17:28:52 +0200
commit1af60ae6cd45dbdeb0169f244f306ea0322ff46d (patch)
tree53cb82aa015791b9e5a95bec7b55a106ff989f5d /libraries
parent116a7964865f8de0873c12b36f9e2fb047923f33 (diff)
downloadslackbuilds-1af60ae6cd45dbdeb0169f244f306ea0322ff46d.tar.gz
libraries/tbb: Updated for version 4.1u3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/tbb/slack-desc10
-rw-r--r--libraries/tbb/tbb.SlackBuild6
-rw-r--r--libraries/tbb/tbb.info7
3 files changed, 12 insertions, 11 deletions
diff --git a/libraries/tbb/slack-desc b/libraries/tbb/slack-desc
index 732a5ead6e..68d935318c 100644
--- a/libraries/tbb/slack-desc
+++ b/libraries/tbb/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
tbb: tbb (Intel Threading Building Blocks)
diff --git a/libraries/tbb/tbb.SlackBuild b/libraries/tbb/tbb.SlackBuild
index 11c9dc4e3b..a8e69f10e5 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.1u2}
+VERSION=${VERSION-4.1u3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCVERSION=${SRCVERSION:-41_20130116oss}
+SRCVERSION=${SRCVERSION:-41_20130314oss}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -51,6 +51,8 @@ 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 cff6160eca..d3b4eb3a58 100644
--- a/libraries/tbb/tbb.info
+++ b/libraries/tbb/tbb.info
@@ -1,11 +1,10 @@
PRGNAM="tbb"
-VERSION="4.1u2"
+VERSION="4.1u3"
HOMEPAGE="http://threadingbuildingblocks.org"
-DOWNLOAD="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb41_20130116oss_src.tgz"
-MD5SUM="3809790e1001a1b32d59c9fee590ee85"
+DOWNLOAD="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb41_20130314oss_src.tgz"
+MD5SUM="ed4af7ccfa122f16cf9920b241633a3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="powtrix"
EMAIL="powtrix@gmail.com"
-