fix changelog link and update release data to 0.3.27
This commit is contained in:
parent
1b5e7fe9ab
commit
ea523385d8
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.26/OpenBLAS-0.3.26.zip">Download this project as a .zip file</a>
|
<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="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.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.27/OpenBLAS-0.3.27.tar.gz">Download this project as a tar.gz file</a>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
<h3>Install from Source</h3>
|
<h3>Install from Source</h3>
|
||||||
<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>
|
||||||
<h3>Changelog</h3>
|
<h3>Changelog</h3>
|
||||||
<p>The current release is 0.3.26 version created Jan 2, 2024. Please refer to the <a href="https://github.com/OpenMathLib/OpenBLAS/Changelog.txt">changelog file</a> for notable changes.
|
<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.
|
||||||
<!-- 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>
|
||||||
|
@ -84,9 +84,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.26/OpenBLAS-0.3.26.zip">zip</a> or
|
<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.26/OpenBLAS-0.3.26.tar.gz">tar</a> formats.<br>
|
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz">tar</a> formats.<br>
|
||||||
(md5 checksums are f2524d2eaa55e9c2bad4d203401d4c7f for the zip and bd496a1c81769ed19a161c1f8f904ccd for the tar.gz package)
|
(md5 checksums are 4b85246b10d61f362fe8b9b45cd145f0 for the zip and ef71c66ffeb1ab0f306a37de07d2667f 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