diff options
author | krion <krion@FreeBSD.org> | 2003-10-08 04:00:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-08 04:00:53 +0800 |
commit | 0c2e2d52ff780f9d853f4c2b206eca45c6e636eb (patch) | |
tree | aa4fe609bb3048f3a919d6e815a492fc66cb5e55 /math/Makefile | |
parent | 3572491d8c805222ba838ae216afc5029f480e9a (diff) | |
download | freebsd-ports-gnome-0c2e2d52ff780f9d853f4c2b206eca45c6e636eb.tar.gz freebsd-ports-gnome-0c2e2d52ff780f9d853f4c2b206eca45c6e636eb.tar.zst freebsd-ports-gnome-0c2e2d52ff780f9d853f4c2b206eca45c6e636eb.zip |
Add py-fpconst 0.6.0, utilities for handling IEEE 754 floating
point special values.
PR: 57708
Submitted by: Rui Lopes <rui@ruilopes.com>
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 3ef545b02da0..039cb11c7dff 100644 --- a/math/Makefile +++ b/math/Makefile @@ -138,6 +138,7 @@ SUBDIR += ploticus SUBDIR += plplot SUBDIR += pspp + SUBDIR += py-fpconst SUBDIR += py-gato SUBDIR += py-gnuplot SUBDIR += py-gsl |