All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-numpy: add riscv
@ 2024-08-15  2:40 黄子懿 via buildroot
  2024-08-15  7:21 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: 黄子懿 via buildroot @ 2024-08-15  2:40 UTC (permalink / raw)
  To: buildroot@buildroot.org


numpy already supports RISC-V

Signed-off-by: huangziyi <huangziyi@canaan-creative.com>
---
 package/python-numpy/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-numpy/Config.in b/package/python-numpy/Config.in
index c27baec3b3..e10618f058 100644
--- a/package/python-numpy/Config.in
+++ b/package/python-numpy/Config.in
@@ -10,6 +10,7 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
 	default y if BR2_mipsel
 	default y if BR2_powerpc
 	default y if BR2_powerpc64
+	default y if BR2_riscv
 	default y if BR2_sh
 	default y if BR2_x86_64
 
-- 
2.39.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-15  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  2:40 [Buildroot] [PATCH 1/1] package/python-numpy: add riscv 黄子懿 via buildroot
2024-08-15  7:21 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.