1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>onetbb</Name>
- <Homepage>https://oneapi-src.github.io/oneTBB/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>Apache</License>
- <IsA>library</IsA>
- <Icon>onetbb</Icon>
- <Summary>oneAPI Threading Building Blocks (oneTBB)</Summary>
- <Description>oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert. The library lets you easily write parallel programs that take full advantage of the multi-core performance. Such programs are portable, composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and classes to parallelize and scale the code. All you have to do is to use the templates.</Description>
- <Archive sha1sum="be220f9120bcd425e479a151438a20e678d9655f" type="targz">https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.0.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>swig</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>cmake</Dependency>
- <!-- <Dependency>inetutils</Dependency> -->
- <Dependency>hwloc-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>onetbb</Name>
- <RuntimeDependencies>
- <Dependency>hwloc</Dependency>
- <Dependency>libgcc</Dependency>
- <!-- <Dependency>inetutils</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="library">/usr/lib/libtbbbind*</Path>
- <Path fileType="library">/usr/lib/libtbb.so*</Path>
- <Path fileType="library">/usr/lib/libtbbmalloc*</Path>
- <Path fileType="library">/usr/lib/libirml.so*</Path>
- <Path fileType="library">/usr/lib/python3.11/site-packages</Path>
- </Files>
- <Replaces>
- <Package>intel-tbb</Package>
- </Replaces>
- <Conflicts>
- <Package>intel-tbb</Package>
- </Conflicts>
- </Package>
- <Package>
- <Name>onetbb-devel</Name>
- <Summary>Development files for onetbb</Summary>
- <RuntimeDependencies>
- <Dependency release="current">onetbb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/cmake/TBB</Path>
- </Files>
- <Replaces>
- <Package>intel-tbb-devel</Package>
- </Replaces>
- <Conflicts>
- <Package>intel-tbb-devel</Package>
- </Conflicts>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-11-14</Date>
- <Version>2022.0.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-10-22</Date>
- <Version>2021.10.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|