You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building and installing openblas with a custom toolchain into a custom rootfs. I set the PKG_CONFIG_PATH path to my /rootfs/lib/pkgconfig and pkg-config will find openblas when queried. However, when pip installing numpy (using the env var from before) meson will not detect openblas, even though /rootfs/lib/openblas.so is there and pkg-config can find it. It is as if the env var is ignored - but I am not sure this is the case. This is for numpy 2.2.3 built from source. Any help much appreciated. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am building and installing openblas with a custom toolchain into a custom rootfs. I set the PKG_CONFIG_PATH path to my /rootfs/lib/pkgconfig and pkg-config will find openblas when queried. However, when pip installing numpy (using the env var from before) meson will not detect openblas, even though /rootfs/lib/openblas.so is there and pkg-config can find it. It is as if the env var is ignored - but I am not sure this is the case. This is for numpy 2.2.3 built from source. Any help much appreciated. Thanks!
Cheers,
Cosmin
Beta Was this translation helpful? Give feedback.
All reactions