Files
main/science/mathematics/lapack/pspec.xml
T
2023-10-22 13:32:50 +03:00

183 lines
6.9 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>lapack</Name>
<Homepage>http://www.netlib.org/lapack</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Linear Algebra PACKage</Summary>
<Description>LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.</Description>
<Archive sha1sum="5ce88a2b3df11d132b43442cab6a385f85a9f667" type="targz">https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgfortran</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">lapack-3.9.0-lapacke-shared.patch</Patch> -->
<!--Patch level="1">lapack-sharedlib.patch</Patch-->
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
<!--Patch level="1">lapack-3.3.1-cmake-sover.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>blas</Name>
<Summary>Basic Linear Algebra Subprograms</Summary>
<Description>Blas is a standard library which provides a number of basic algorithms for numerical algebra.</Description>
<RuntimeDependencies>
<Dependency>libgfortran</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libblas.so*</Path>
</Files>
</Package>
<Package>
<Name>blas-devel</Name>
<Summary>Development files for blas</Summary>
<BuildType>static</BuildType>
<RuntimeDependencies>
<Dependency release="current">blas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libblas.a</Path>
<Path fileType="library">/usr/lib/pkgconfig/blas.pc</Path>
</Files>
</Package>
<Package>
<Name>cblas</Name>
<Summary>C interface to BLAS</Summary>
<Description>Blas is a standard library which provides a number of basic algorithms for numerical algebra.</Description>
<RuntimeDependencies>
<Dependency>blas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libcblas.so*</Path>
</Files>
</Package>
<Package>
<Name>cblas-devel</Name>
<Summary>Development files for CBLAS</Summary>
<Description>cblas-devel provides development files for cblas</Description>
<RuntimeDependencies>
<Dependency release="current">blas-devel</Dependency>
<Dependency release="current">cblas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libcblas.a</Path>
<Path fileType="header">/usr/include/cblas*</Path>
<Path fileType="library">/usr/lib/pkgconfig/cblas.pc</Path>
<Path fileType="library">/usr/lib/cmake/cblas-3.11.0</Path>
</Files>
</Package>
<Package>
<Name>lapack</Name>
<Summary>Linear Algebra PACKage</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency version="current">blas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/liblapack.so*</Path>
</Files>
</Package>
<Package>
<Name>lapack-devel</Name>
<Summary>Development files for lapack</Summary>
<BuildType>static</BuildType>
<RuntimeDependencies>
<Dependency release="current">lapack</Dependency>
<Dependency release="current">blas-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/cmake/lapack*</Path>
<Path fileType="library">/usr/lib/liblapack.a</Path>
<Path fileType="library">/usr/lib/pkgconfig/lapack.pc</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-10-22</Date>
<Version>3.11.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-11-07</Date>
<Version>3.9.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2019-12-12</Date>
<Version>3.9.0</Version>
<Comment>Fix dependency</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-01-19</Date>
<Version>3.9.0</Version>
<Comment>Rebuild</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-12-12</Date>
<Version>3.9.0</Version>
<Comment>Version bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-14</Date>
<Version>3.8.0</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-01</Date>
<Version>3.8.0</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-04-15</Date>
<Version>3.7.0</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.5.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-12-23</Date>
<Version>3.5.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>