1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qrupdate</Name>
- <Homepage>https://sourceforge.net/projects/qrupdate</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>science.mathematics</PartOf>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>Fortran library for fast updates of QR and Cholesky decompositions.</Summary>
- <Description>qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions.</Description>
- <Archive sha1sum="f7403b646ace20f4a2b080b4933a1e9152fac526" type="targz">https://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/qrupdate-1.1.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>blas-devel</Dependency>
- <Dependency>libquadmath</Dependency>
- <Dependency>lapack-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qrupdate</Name>
- <Summary>Fortran library for fast updates of QR and Cholesky decompositions.</Summary>
- <RuntimeDependencies>
- <Dependency>blas</Dependency>
- <Dependency>lapack</Dependency>
- <Dependency>libgfortran</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/qrupdate</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-05-26</Date>
- <Version>1.1.2</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|