intel-tbb:ver.bump
This commit is contained in:
@@ -9,10 +9,15 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir="tbb%soss" % (get.srcVERSION().replace(".", ""))
|
||||
|
||||
#WorkDir="tbb%soss" % (get.srcVERSION().replace(".", ""))
|
||||
WorkDir="tbb-2018_U5"
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make("CXXFLAGS='%s' tbb_build_prefix=obj" % get.CXXFLAGS())
|
||||
|
||||
def install():
|
||||
shelltools.system("./install.sh %s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README", "COPYING")
|
||||
pisitools.dodoc("README")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Intel Threading Building Blocks Library</Summary>
|
||||
<Description>Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance.</Description>
|
||||
<Archive sha1sum="5841b61b9c80c23e2f06944c37332e79f0506cec" type="targz">https://www.threadingbuildingblocks.org/sites/default/files/software_releases/linux/tbb44_20160128oss_lin.tgz</Archive>
|
||||
<Archive sha1sum="b277fbfbac9c12825ac1522212fad899c41dabfa" type="targz">https://github.com/01org/tbb/archive/2018_U5.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0755" target="install.sh">install.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-09-09</Date>
|
||||
<Version>2018_20180618</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-04-30</Date>
|
||||
<Version>44_20160128</Version>
|
||||
@@ -62,4 +69,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user