From db027cedd484fe4593e20bbcc750a00071b602a7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 10 Aug 2008 11:50:20 +0000 Subject: [PATCH] numpy only builds on x86 based stuff at the moment. will be fixed later git-svn-id: svn://svn.openwrt.org/openwrt/packages@12266 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/numpy/Makefile b/lang/numpy/Makefile index 217c975f9..76239e4be 100644 --- a/lang/numpy/Makefile +++ b/lang/numpy/Makefile @@ -22,7 +22,7 @@ define Package/numpy CATEGORY:=Languages TITLE:=numpy URL:=http://numpy.sf.net - DEPENDS:=python-core + DEPENDS:=python-core @TARGET_x86||TARGET_olpc||TARGET_uml endef define Package/numpy/description