Files
main/programming/misc/SIMDe/pspec.xml
T
suvari 616d2af53a index
2025-10-21 11:19:07 +03:00

44 lines
1.5 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>SIMDe</Name>
<Homepage>https://github.com/simd-everywhere/simde</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.misc</PartOf>
<Summary>Implementations of SIMD instruction sets for systems which don't natively support them.</Summary>
<Description>The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them.</Description>
<Archive sha1sum="3b86b4563fa6d11ea5a00e0b658d0a995e81389f" type="targz">
https://github.com/simd-everywhere/simde/archive/v0.8.2/simde-v0.8.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>SIMDe</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-10-19</Date>
<Version>0.8.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>