lapack: version bump to 3.11.0

This commit is contained in:
suvari
2023-10-22 13:32:50 +03:00
parent 6f1798bc24
commit 7fca046c08
+11 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lapack</Name>
@@ -12,13 +12,13 @@
<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="0451d180eed2b12b94aaae77e772d7573e87bec4" type="targz">https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz</Archive>
<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-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-->
@@ -74,7 +74,7 @@
<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.9.0/cblas*</Path>
<Path fileType="library">/usr/lib/cmake/cblas-3.11.0</Path>
</Files>
</Package>
@@ -108,6 +108,13 @@
</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>