123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>eigen3</Name>
- <Homepage>http://eigen.tuxfamily.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2-with-exceptions</License>
- <IsA>library</IsA>
- <Summary>Lightweight C++ template library for linear algebra</Summary>
- <Description>eigen3 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra.</Description>
- <Archive sha1sum="3e8a1aa6ac5c7fafce69688242590fd365c1d3c5" type="tarbz2">https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>freeglut-devel</Dependency>
- <Dependency>fftw3-devel</Dependency>
- <Dependency>gmp-devel</Dependency>
- <Dependency>mpfr-devel</Dependency>
- <Dependency>mesa-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>eigen3</Name>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="doc">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2022-12-12</Date>
- <Version>3.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-01-27</Date>
- <Version>3.3.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-12-12</Date>
- <Version>3.3.7</Version>
- <Comment>Rebuild.</Comment>
- <Name>Erkan Işık</Name>
- <Email>erkanisik@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-03</Date>
- <Version>3.3.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-02-13</Date>
- <Version>3.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-17</Date>
- <Version>3.3.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.2.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-07-23</Date>
- <Version>3.2.5</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|