tbb: update to 4.3.20150611.
This commit is contained in:
parent
81db156748
commit
059c6f6af6
2 changed files with 10 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
version=4.3
|
||||
version=4.3.20150611
|
||||
_lv="${version%.*}"
|
||||
_lv="${_lv//.}"
|
||||
_rv="${version##*.}"
|
||||
revision=1
|
||||
_subversion=20150209
|
||||
only_for_archs="i686 x86_64"
|
||||
wrksrc="$pkgname${version//.}_${_subversion}oss"
|
||||
wrksrc="$pkgname${_lv}_${_rv}oss"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Intel Threading Building Blocks"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.threadingbuildingblocks.org"
|
||||
distfiles="https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_${_subversion}oss_src.tgz"
|
||||
checksum=ac5d6fbb3fc3010f0ecb82609d9789c72f6a167c11341d8f8b2e30f8e02feb2f
|
||||
distfiles="https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${_lv}_${_rv}oss_src.tgz"
|
||||
checksum=221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/lib
|
||||
|
|
3
srcpkgs/tbb/update
Normal file
3
srcpkgs/tbb/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
site='https://www.threadingbuildingblocks.org/download'
|
||||
pattern='tbb\d+_\K\d+'
|
||||
version="$_rv"
|
Loading…
Reference in a new issue