mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
tbb: update to 2019.U1.
This commit is contained in:
parent
0b966acd36
commit
d1361ee992
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'tbb'
|
# Template file for 'tbb'
|
||||||
pkgname=tbb
|
pkgname=tbb
|
||||||
version=2019
|
version=2019.U1
|
||||||
revision=1
|
revision=1
|
||||||
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||||
_ver=${version/./_U}
|
_ver=${version/./_}
|
||||||
wrksrc="${pkgname}-${_ver}"
|
wrksrc="${pkgname}-${_ver}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Intel Threading Building Blocks"
|
short_desc="Intel Threading Building Blocks"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.threadingbuildingblocks.org"
|
homepage="https://www.threadingbuildingblocks.org"
|
||||||
distfiles="https://github.com/01org/tbb/archive/${_ver}.tar.gz"
|
distfiles="https://github.com/01org/tbb/archive/${_ver}.tar.gz"
|
||||||
checksum=4d149895826cea785cd3b9a14f4aa743b6ef0df520eca7ee27d438fdc3d73399
|
checksum=a4875c6b6853213083e52ecd303546bdf424568ec67cfc7e51d132a7c037c66a
|
||||||
|
|
||||||
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
|
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue