<div dir="ltr"><div>Me neither, I've just followed the information from the numpy slackbuild and gone with OpenBLAS the majority of the time while testing my builds and their dependees.</div><div><br></div><div>"It is highly recommended to install libraries implementing BLAS and<br>LAPACK before installing numpy. You may choose between:<br> a) BLAS and LAPACK (reference but unoptimized and thus slow)<br> b) OpenBLAS (optimized, provides LAPACK too)<br> c) ATLAS and LAPACK (optimized), good to read README.ATLAS<br>All these are available on SlackBuilds.org."</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 15, 2023 at 4:48 PM Jeremy Hansen <<a href="mailto:jebrhansen%2BSBo@gmail.com">jebrhansen+SBo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 15, 2023, 9:38 AM fourtysixandtwo <<a href="mailto:fourtysixandtwo@sliderr.net" target="_blank">fourtysixandtwo@sliderr.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Tried it on my build vm and saw the same thing. python3-mesonpy is also missing as a dep.</div><div><br></div><div>I was able to build scipy without openBLAS by adding cblas as a dep and making the following change to the slackbuild. (Everything needs to be rebuilt without openBLAS):<br></div><div><br></div>-python3 -m build --wheel --no-isolation<br>+python3 -m build --wheel --no-isolation -Csetup-args="-Dblas=blas" -Csetup-args="-Dlapack=lapack"</div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Is there a benefit with cblas over openBLAS? I'm not familiar enough with either of them.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>