Update version information for 0.3.28
This commit is contained in:
parent
f0e9e93a2b
commit
a48b117636
12
index.html
12
index.html
|
@ -34,8 +34,8 @@
|
||||||
<h2 id="project_tagline">An optimized BLAS library</h2>
|
<h2 id="project_tagline">An optimized BLAS library</h2>
|
||||||
|
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
<a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.zip">Download this project as a .zip file</a>
|
<a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.zip">Download this project as a .zip file</a>
|
||||||
<a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz">Download this project as a tar.gz file</a>
|
<a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz">Download this project as a tar.gz file</a>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/User-Manual">User Manual</a> and <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide">Installation Guide</a></p>
|
<p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/User-Manual">User Manual</a> and <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide">Installation Guide</a></p>
|
||||||
<p>Full project documentation (that also covers topics like installing from source) is available <a href="docs/"> here</a> - this builds on and will eventually replace the wiki</p>
|
<p>Full project documentation (that also covers topics like installing from source) is available <a href="docs/"> here</a> - this builds on and will eventually replace the wiki</p>
|
||||||
<h3>Changelog</h3>
|
<h3>Changelog</h3>
|
||||||
<p>The current release is 0.3.27 version created Apr 4, 2024. Please refer to the <a href="https://github.com/OpenMathLib/OpenBLAS/blob/develop/Changelog.txt">changelog file</a> for notable changes.
|
<p>The current release is 0.3.28 version created Aug 9, 2024. Please refer to the <a href="https://github.com/OpenMathLib/OpenBLAS/blob/develop/Changelog.txt">changelog file</a> for notable changes.
|
||||||
<!-- Here is the <a href="dgemm_snb_1thread.png">single thread DGEMM</a> performance result on desktop Sandy Bridge.</p> -->
|
<!-- Here is the <a href="dgemm_snb_1thread.png">single thread DGEMM</a> performance result on desktop Sandy Bridge.</p> -->
|
||||||
<h3>License</h3>
|
<h3>License</h3>
|
||||||
<p>BSD</p>
|
<p>BSD</p>
|
||||||
|
@ -85,9 +85,9 @@
|
||||||
<p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p>
|
<p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p>
|
||||||
<h3>Download</h3>
|
<h3>Download</h3>
|
||||||
<p>You can download this project in either
|
<p>You can download this project in either
|
||||||
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.zip">zip</a> or
|
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.zip">zip</a> or
|
||||||
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz">tar</a> formats.<br>
|
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz">tar</a> formats.<br>
|
||||||
(md5 checksums are 4b85246b10d61f362fe8b9b45cd145f0 for the zip and ef71c66ffeb1ab0f306a37de07d2667f for the tar.gz package)
|
(md5 checksums are 2b3bb81f49453b12c4a563579bfc1e9f for the zip and 0f54185b6ef804173c01b9a40520a0e8 for the tar.gz package)
|
||||||
</p>
|
</p>
|
||||||
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
|
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
|
||||||
by running:
|
by running:
|
||||||
|
|
Loading…
Reference in New Issue