Skip to content

Commit 2207d80

Browse files
authored
Update for 0.3.30
1 parent d6fc321 commit 2207d80

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1 id="project_title">OpenBLAS</h1>
3434
<h2 id="project_tagline">An optimized BLAS library</h2>
3535

3636
<section id="downloads">
37-
<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>
38-
<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>
37+
<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>
38+
<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>
3939
</section>
4040
</header>
4141
</div>
@@ -58,7 +58,7 @@ <h3>Install from Source</h3>
5858
<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>
5959
<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>
6060
<h3>Changelog</h3>
61-
<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.
61+
<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.
6262
<!-- Here is the <a href="dgemm_snb_1thread.png">single thread DGEMM</a> performance result on desktop Sandy Bridge.</p> -->
6363
<h3>License</h3>
6464
<p>BSD</p>
@@ -85,9 +85,9 @@ <h3>Contact</h3>
8585
<p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p>
8686
<h3>Download</h3>
8787
<p>You can download this project in either
88-
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.zip">zip</a> or
89-
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz">tar</a> formats.<br>
90-
(md5 checksums are d7df28656fa28616da028d1e94eab216 for the zip and 853a0c5c0747c5943e7ef4bbb793162d for the tar.gz package)
88+
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.zip">zip</a> or
89+
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.tar.gz">tar</a> formats.<br>
90+
(md5 checksums are a6075d90482591784da1dec6451d66aa for the zip and 8db3d57f4d4485c6ae3f21ea465660e7 for the tar.gz package)
9191
</p>
9292
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
9393
by running:

0 commit comments

Comments
 (0)