<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">fourtysixandtwo@sliderr.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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>