From 9d695eb61258c4d75f0e67355f4a206e201aa36e Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 15 Feb 2002 06:47:13 +0000 Subject: Initial import of Py-gsl 0.0.4 Py-gsl is the Python interface to GNU Scientific Library. PR: 34927 Submitted by: Hye-Shik Chang --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index d5924ef22458..77df205244ad 100644 --- a/math/Makefile +++ b/math/Makefile @@ -102,6 +102,7 @@ SUBDIR += pspp SUBDIR += py-gato SUBDIR += py-gnuplot + SUBDIR += py-gsl SUBDIR += py-mpz SUBDIR += py-numeric SUBDIR += py-numeric17 -- cgit