12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>m4ri</Name>
- <Homepage>https://bitbucket.org/malb/m4ri</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>science.misc</PartOf>
- <License>GPLv2+</License>
- <IsA>library</IsA>
- <Summary>Algorithms for linear algebra over F_2.</Summary>
- <Description>M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI comes from the first implemented algorithm: The “Method of the Four Russians” inversion algorithm published by Gregory Bard. This algorithm in turn is named after the “Method of the Four Russians” multiplication algorithm which is probably better referred to as Kronrod's method.</Description>
- <Archive sha1sum="1c6093ec6adbe6481f199cd7d23e38dc19c172d3" type="targz">https://bitbucket.org/malb/m4ri/get/release-20200125.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libpng-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>m4ri</Name>
- <Summary>Algorithms for linear algebra over F_2.</Summary>
- <RuntimeDependencies>
- <Dependency>libpng</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/m4ri</Path>
- </Files>
- </Package>
- <Package>
- <Name>m4ri-devel</Name>
- <Summary>Development files for m4ri</Summary>
- <RuntimeDependencies>
- <Dependency release="current">m4ri</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-05-20</Date>
- <Version>20200125</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|