Browse Source

fix changelog link and update release data to 0.3.27

gh-pages
Martin Kroeker GitHub 1 year ago
parent
commit
ea523385d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      index.html

+ 6
- 6
index.html View File

@@ -34,8 +34,8 @@
<h2 id="project_tagline">An optimized BLAS library</h2>

<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="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="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.27/OpenBLAS-0.3.27.tar.gz">Download this project as a tar.gz file</a>
</section>
</header>
</div>
@@ -57,7 +57,7 @@
<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>
<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> -->
<h3>License</h3>
<p>BSD</p>
@@ -84,9 +84,9 @@
<p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p>
<h3>Download</h3>
<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.26/OpenBLAS-0.3.26.tar.gz">tar</a> formats.<br>
(md5 checksums are f2524d2eaa55e9c2bad4d203401d4c7f for the zip and bd496a1c81769ed19a161c1f8f904ccd for the tar.gz package)
<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.27/OpenBLAS-0.3.27.tar.gz">tar</a> formats.<br>
(md5 checksums are 4b85246b10d61f362fe8b9b45cd145f0 for the zip and ef71c66ffeb1ab0f306a37de07d2667f for the tar.gz package)
</p>
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
by running:


Loading…
Cancel
Save