Belated update to 0.3.33 and replacement of links to the former wiki
This commit is contained in:
+13
-12
@@ -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.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>
|
||||
<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>
|
||||
<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>
|
||||
</section>
|
||||
</header>
|
||||
</div>
|
||||
@@ -53,12 +53,12 @@
|
||||
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,
|
||||
<a href="https://github.com/OpenMathLib/OpenBLAS/releases">https://github.com/OpenMathLib/OpenBLAS/releases</a>.
|
||||
|
||||
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>
|
||||
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>
|
||||
<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>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>
|
||||
<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>
|
||||
<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>
|
||||
<h3>Changelog</h3>
|
||||
<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.
|
||||
<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.
|
||||
<!-- 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>
|
||||
@@ -78,16 +78,17 @@
|
||||
<p>Please use the issue tracker at <a href="https://github.com/OpenMathLib/OpenBLAS/issues">github.com/OpenMathLib/OpenBLAS/issues</a> for bug
|
||||
reports and suggestions.</p>
|
||||
<h3>FAQ</h3>
|
||||
<p>Please read our <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/faq">wiki pages</a>.</p>
|
||||
<h3>Donation</h3>
|
||||
<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>
|
||||
<!---<h3>Donation</h3>
|
||||
<p>Please read <a href="https://github.com/OpenMathLib/OpenBLAS/wiki/Donation">this wiki page</a>. </p>
|
||||
<h3>Contact</h3>
|
||||
--->
|
||||
<h3>Contact</h3>
|
||||
<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.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)
|
||||
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.33/OpenBLAS-0.3.33.zip">zip</a> or
|
||||
<a href="https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.33/OpenBLAS-0.3.33.tar.gz">tar</a> formats.<br>
|
||||
(md5 checksums are 81637d0ac00b6dab6f88988cc35645af for the zip and 96c5cd9013013faefc294bc57830c77d for the tar.gz package)
|
||||
</p>
|
||||
<p>You can also clone the project with <a href="https://git-scm.com">Git</a>
|
||||
by running:
|
||||
|
||||
Reference in New Issue
Block a user