Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10.9k
BLD: Update vendor-meson to fix module_feature conflicts arguments bug#28635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
54a6976
to4f767a7
CompareFixed the build but I got segfault, maybe its qemu bug. re-test it after brings native armhf support via#28653 |
@rgommers Is the meson update OK? |
Yes that's on purpose here. Once CI is green here,numpy/meson#12 can be merged and this PR updated to include the |
The failure looks meson related. Caching? Or maybe the submodule needs an update.
|
seiko2plus commentedApr 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
That's true, the submodule (the pr hash) needs a rebase current armhf error:numpy/_core/tests/test_memmap.py . [ 0%]numpy/_core/tests/test_multiarray.py ................................... [ 0%]....................................................s................... [ 0%]............................................XX.......................... [ 0%].Fatal Python error: AbortedCurrent thread 0x41007020 (most recent call first): Extension modules: numpy._core._multiarray_umath, numpy.linalg._umath_linalg, numpy._core._multiarray_tests, numpy._core._rational_tests, numpy._core._umath_tests, cython.cimports.libc.math, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, numpy._core._struct_ufunc_tests, numpy._core._simd, numpy._core._operand_flag_tests, numpy.linalg.lapack_lite (total: 19) close/open, re-test we have native armhf support now. |
176ec5b
to26074af
Compare26074af
to4f767a7
Compare4f767a7
to1cb8aa1
CompareFix incorrect handling of the compiler arguments 'conflicts' thatwas causing failures when detecting asmid instructions at compile time onaarch32 platforms.
1cb8aa1
to1d261ff
Compare94b232f
intonumpy:mainUh oh!
There was an error while loading.Please reload this page.
Thanks Sayed. |
Bug detected and fixed by@Vogtinator in PRnumpy/meson#12. The issue was located in the Meson features module, and implementing the fix will require updating the vendored Meson repository.