From 81f2c712bfc2d95ee23a74417671d0afc8b7121d Mon Sep 17 00:00:00 2001 From: perky Date: Thu, 27 Jun 2002 12:40:39 +0000 Subject: Add py-numarray 0.3.4, numeric array manipulation extension module for Python. PR: 37595 Submitted by: me --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 0e0a69e87bd6..87668a26a0c6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -118,6 +118,7 @@ SUBDIR += py-gnuplot SUBDIR += py-gsl SUBDIR += py-mpz + SUBDIR += py-numarray SUBDIR += py-numeric SUBDIR += py-numeric17 SUBDIR += py-scientific -- cgit