mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 13:20:08 +02:00
Needs fixed lapack package (#11801) merged first. With that, this builds, installs and smoke test (`python3 -c "import scipy; help(scipy)"`) work OK. Previously we where getting missing symbols when attempting scipy builds using meson. Now we instruct the build to use lapack for LAPACK. At least until we decide to just let openblas handle BLAS *and* LAPACK. Solves the issue seen on PR #11536.