Files
main/programming/misc/onetbb/pspec.xml
T
4fury-c3440d8 cd73d1b4bb onetbb-2022.3.0
2026-02-08 07:31:52 +04:00

101 lines
3.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>onetbb</Name>
<Homepage>https://uxlfoundation.github.io/oneTBB/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache-v2.0</License>
<IsA>library</IsA>
<Icon>onetbb</Icon>
<Summary>oneAPI Threading Building Blocks.</Summary>
<Description>A flexible C++ library that simplifies the work of adding parallelism to complex applications.</Description>
<Archive sha1sum="c1043f39bcb483b7d13aabaf1dcac6547d39ed8b" type="targz">https://github.com/uxlfoundation/oneTBB/archive/v2022.3.0/oneTBB-v2022.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>swig</Dependency>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>hwloc-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>onetbb</Name>
<RuntimeDependencies>
<Dependency>hwloc</Dependency>
<Dependency>libgcc</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="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/cmake/TBB</Path>
</Files>
<Replaces>
<Package>intel-tbb-devel</Package>
</Replaces>
<Conflicts>
<Package>intel-tbb-devel</Package>
</Conflicts>
</Package>
<History>
<Update release="4">
<Date>2026-02-08</Date>
<Version>2022.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2025-10-21</Date>
<Version>2022.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<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>