tbb: update source location
This commit is contained in:
parent
fb0653a943
commit
c0d720a0a3
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ version=2020.U1
|
|||
revision=2
|
||||
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||
_ver=${version/./_}
|
||||
wrksrc="${pkgname}-${_ver}"
|
||||
wrksrc="oneTBB-${_ver}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="cmake"
|
||||
short_desc="Intel Threading Building Blocks"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://www.threadingbuildingblocks.org"
|
||||
distfiles="https://github.com/intel/tbb/archive/${_ver}.tar.gz"
|
||||
checksum=72cffaeac3b50b117c4e2279f9162308d35873b3e744aff5a088beff6f65c9af
|
||||
distfiles="https://github.com/oneapi-src/oneTBB/archive/${_ver}.tar.gz"
|
||||
checksum=d80ca22c224ab7ef913dfae72c23fc1434b6aa46bfd472916d8c874c90881f5e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
|
|
Loading…
Reference in a new issue