diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-15 14:47:13 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-15 14:47:13 +0800 |
commit | 9d695eb61258c4d75f0e67355f4a206e201aa36e (patch) | |
tree | 0e73faec74d0b9b250e396ad60ebbfa074ff3c8a /math/Makefile | |
parent | 24fb367e5411857201c08b059b770ac24fce324a (diff) | |
download | freebsd-ports-gnome-9d695eb61258c4d75f0e67355f4a206e201aa36e.tar.gz freebsd-ports-gnome-9d695eb61258c4d75f0e67355f4a206e201aa36e.tar.zst freebsd-ports-gnome-9d695eb61258c4d75f0e67355f4a206e201aa36e.zip |
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 <perky@fallin.lv>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |