On Wed, Dec 6, 2023 at 1:32 AM Dr. Thomas Orgis <thomas.or...@uni-hamburg.de>
wrote:

> Am Sun, 3 Dec 2023 19:54:10 +0100
> schrieb "Dr. Thomas Orgis" <thomas.or...@uni-hamburg.de>:
>
> > > 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 -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to