mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/tbb: Updated for version 4.1u1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
176b7a6ea1
commit
daa56e2df4
3 changed files with 7 additions and 10 deletions
|
@ -1,5 +1,3 @@
|
|||
Intel Threading Building Blocks for Open Source
|
||||
|
||||
Intel(r) Threading Building Blocks (Intel TBB) offers a rich and complete
|
||||
approach to expressing parallelism in a C++ program. It is a library that
|
||||
helps you take advantage of multi-core processor performance without having
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
# Written by powtrix (@gmail.com)
|
||||
|
||||
PRGNAM=tbb
|
||||
VERSION=${VERSION-4.0u5}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION-4.1u1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=${SRCVERSION:-40_20120613oss}
|
||||
SRCVERSION=${SRCVERSION:-41_20121003oss}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -67,8 +67,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
|
|||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2>/dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES COPYING README doc \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES COPYING README doc $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tbb"
|
||||
VERSION="4.0u5"
|
||||
VERSION="4.1u1"
|
||||
HOMEPAGE="http://threadingbuildingblocks.org"
|
||||
DOWNLOAD="http://threadingbuildingblocks.org/uploads/77/187/4.0%20update%205/tbb40_20120613oss_src.tgz"
|
||||
MD5SUM="da01ed74944ec5950cfae3476901a172"
|
||||
DOWNLOAD="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb41_20121003oss_src.tgz"
|
||||
MD5SUM="2a684fefb855d2d0318d1ef09afa75ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue