Browse Source

Update for 0.3.30

gh-pages
Martin Kroeker GitHub 10 months ago
parent
commit
2207d80f73
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.29/OpenBLAS-0.3.29.zip">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.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.30/OpenBLAS-0.3.30.zip">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.tar.gz">Download this project as a tar.gz file</a>
</section>
</header>
</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>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>
<p>The current release is 0.3.29 version created Jan 12, 2025. 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.30 version created Jun 19, 2025. 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>
@@ -85,9 +85,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.29/OpenBLAS-0.3.29.zip">zip</a> or
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz">tar</a> formats.<br>
(md5 checksums are d7df28656fa28616da028d1e94eab216 for the zip and 853a0c5c0747c5943e7ef4bbb793162d for the tar.gz package)
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.zip">zip</a> or
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.tar.gz">tar</a> formats.<br>
(md5 checksums are a6075d90482591784da1dec6451d66aa for the zip and 8db3d57f4d4485c6ae3f21ea465660e7 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