On Wed, Dec 6, 2023 at 1:32 AM Dr. Thomas Orgis <[email protected]> wrote:
> Am Sun, 3 Dec 2023 19:54:10 +0100 > schrieb "Dr. Thomas Orgis" <[email protected]>: > > > > You have to go through a "build frontend" to produce a wheel, which > then > > > gets installed/repackaged for your distro. > > > > This is obviously happening in pkgsrc. > > > > > I'll do some testing tomorrow, at least. > > Well, now is another day. Pkgsrc uses python -m build and I added > > -Csetup-args=-Dblas=${CBLAS_PC} -Csetup-args=-Dlapack=${LAPACK_PC} > > which seems to work out fine using cblas.pc and lapack.pc in the case > of the netlib install. In fact, most linking is done only to libblas.so > instead of libcblas.so, as the linker is smart enough to throw away the > unused lib. > Great, thanks for confirming! Cheers, Ralf
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
