Re: py-numpy and 32bit systems

2024-04-21 Thread Sergey Fedorov
BTW, linking to LegacySupport is not done correctly with py-numpy at the
moment, so even though on ppc it builds, it is not built in the right way
now.
Something I planned to fix, but need to find time for that.

Also, make sure to avoid blis being active, otherwise it gets linked to it,
and that won’t work.


On Sun, Apr 21, 2024 at 4:51 PM Riccardo Mottola via macports-dev <
macports-dev@lists.macports.org> wrote:

> Hi,
>
> I have a situation where I am unable to upgrade cleanly on my MacBook,
> took me a bit to realize.
> In the past, I had a complete systems, maybe also helped to have Ken's
> ports overlay.
>
> While doing upgrade, I am stuck on several rebuild failures (not
> installing anything new). One is:
>
> https://trac.macports.org/ticket/69199
>
> which is I understand related of this:
> https://trac.macports.org/ticket/66685
>
> py-numpy doesn't build in its openblas variant on 32bit intel.
> Of course, best would be to fix it :)
>
> Second would be: how can I get the dependency chain? that is, why do I
> need it? I tried rdepof / rdependentof / rdepends and always get itself.
> I don't like nor use python, so any installed port of it is always a
> dependency :)
>
> Understanding what it needs would answer if it needs the openblas
> variant or not.
>
> Riccardo
>
>
>
>


py-numpy and 32bit systems

2024-04-21 Thread Riccardo Mottola via macports-dev

Hi,

I have a situation where I am unable to upgrade cleanly on my MacBook, 
took me a bit to realize.
In the past, I had a complete systems, maybe also helped to have Ken's 
ports overlay.


While doing upgrade, I am stuck on several rebuild failures (not 
installing anything new). One is:


https://trac.macports.org/ticket/69199

which is I understand related of this: 
https://trac.macports.org/ticket/66685


py-numpy doesn't build in its openblas variant on 32bit intel.
Of course, best would be to fix it :)

Second would be: how can I get the dependency chain? that is, why do I 
need it? I tried rdepof / rdependentof / rdepends and always get itself. 
I don't like nor use python, so any installed port of it is always a 
dependency :)


Understanding what it needs would answer if it needs the openblas 
variant or not.


Riccardo