Skip to content

Commit 44f9c07

Browse files
authored
Belated update to 0.3.33 and replacement of links to the former wiki
1 parent e67d7c6 commit 44f9c07

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

index.html

Lines changed: 13 additions & 12 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.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>
37+
<a class="zip_download_link" href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.33/OpenBLAS-0.3.33.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.33/OpenBLAS-0.3.33.tar.gz">Download this project as a tar.gz file</a>
3939
</section>
4040
</header>
4141
</div>
@@ -53,12 +53,12 @@ <h3>Binary Packages</h3>
5353
Note that while the binaries may be slow to arrive on sourceforge.net at the moment, they can also be found in the Releases section of the github site,
5454
<a href="https://github.com/OpenMathLib/OpenBLAS/releases">https://github.com/OpenMathLib/OpenBLAS/releases</a>.
5555

56-
Binaries for other platforms are usually available on the sites listed in <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Precompiled-installation-packages">the OpenBLAS Wiki</a>
56+
Binaries for other platforms are usually available on the sites listed in the initial section of <a href="https://www.openmathlib.org/OpenBLAS/docs/install/">the Installation Guide</a>
5757
<h3>Install from Source</h3>
58-
<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>
59-
<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>
58+
<p>Please read <a href="https://www.openmathlib.org/OpenBLAS/docs/user_manual/">User Manual</a> and the second part of the <a href="https://www.openmathlib.org/OpenBLAS/docs/install/">Installation Guide</a></p>
59+
<p>Full project documentation (that also covers topics like installing from source) is also available as part of the sources <a href="docs/"> here</a> - this replaces the former wiki on the github page that we had to shut down due to frequent defacement</p>
6060
<h3>Changelog</h3>
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.
61+
<p>The current release is 0.3.33 version created Apr 23, 2026. 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>
@@ -78,16 +78,17 @@ <h3>Issues</h3>
7878
<p>Please use the issue tracker at <a href="https://github.com/OpenMathLib/OpenBLAS/issues">github.com/OpenMathLib/OpenBLAS/issues</a> for bug
7979
reports and suggestions.</p>
8080
<h3>FAQ</h3>
81-
<p>Please read our <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/faq">wiki pages</a>.</p>
82-
<h3>Donation</h3>
81+
<p>Please read our <a href="https://www.openmathlib.org/OpenBLAS/docs/faq/">FAQ and other documentation pages (also included in the project sources)</a>.</p>
82+
<!---<h3>Donation</h3>
8383
<p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Donation">this wiki page</a>. </p>
84-
<h3>Contact</h3>
84+
--->
85+
<h3>Contact</h3>
8586
<p><a href="https://groups.google.com/forum/#!forum/openblas-users">Users mailing list</a> </p>
8687
<h3>Download</h3>
8788
<p>You can download this project in either
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)
89+
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.33/OpenBLAS-0.3.33.zip">zip</a> or
90+
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.33/OpenBLAS-0.3.33.tar.gz">tar</a> formats.<br>
91+
(md5 checksums are 81637d0ac00b6dab6f88988cc35645af for the zip and 96c5cd9013013faefc294bc57830c77d for the tar.gz package)
9192
</p>
9293
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
9394
by running:

0 commit comments

Comments
 (0)