From 1af60ae6cd45dbdeb0169f244f306ea0322ff46d Mon Sep 17 00:00:00 2001 From: powtrix Date: Tue, 23 Apr 2013 20:47:42 -0400 Subject: libraries/tbb: Updated for version 4.1u3. Signed-off-by: dsomero --- libraries/tbb/slack-desc | 10 +++++----- libraries/tbb/tbb.SlackBuild | 6 ++++-- libraries/tbb/tbb.info | 7 +++---- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'libraries') diff --git a/libraries/tbb/slack-desc b/libraries/tbb/slack-desc index 732a5ead6e30..68d935318c56 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 11c9dc4e3bdf..a8e69f10e5a1 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 cff6160ecaba..d3b4eb3a5834 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" - -- cgit v1.2.3