lapack: version bump to 3.11.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>lapack</Name>
|
<Name>lapack</Name>
|
||||||
@@ -12,13 +12,13 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Linear Algebra PACKage</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>libgfortran</Dependency>
|
<Dependency>libgfortran</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<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-sharedlib.patch</Patch-->
|
||||||
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
|
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
|
||||||
<!--Patch level="1">lapack-3.3.1-cmake-sover.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="library">/usr/lib/libcblas.a</Path>
|
||||||
<Path fileType="header">/usr/include/cblas*</Path>
|
<Path fileType="header">/usr/include/cblas*</Path>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig/cblas.pc</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>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -108,6 +108,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="9">
|
||||||
<Date>2020-11-07</Date>
|
<Date>2020-11-07</Date>
|
||||||
<Version>3.9.0</Version>
|
<Version>3.9.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user