diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-15 19:13:26 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-15 19:13:26 +0000 |
commit | 9ae0f36a605170d5259952fe7e6a5fa170c4b0e5 (patch) | |
tree | aaf5122a97bef66254a855eb72b3a896baa86e35 /math/Makefile | |
parent | 5e5232d22c1ac6f9683a3170e23014413b7bd67c (diff) |
Add givaro 3.5.0, a C++ library for computer algebra.
Notes
Notes:
svn path=/head/; revision=283582
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 420fac4205a2..1e24168c6d9a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -108,6 +108,7 @@ SUBDIR += gexpr SUBDIR += ggobi SUBDIR += giacxcas + SUBDIR += givaro SUBDIR += glgraph SUBDIR += glpk SUBDIR += gmm++ |