diff options
author | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:33:00 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:33:00 +0000 |
commit | 47d0c8573f002dec3bdb622a3d3a5899713bd06c (patch) | |
tree | de797c05895ace7b199d4a79a2b5dcaac0c9b5e9 | |
parent | Add py-supybot 0.77.0, (diff) |
libmath++ is a template based math library, written in C++, for symbolic
and numeric calculus applications.
WWW: http://www.surakware.net/projects/libmath++/index.xml
Reviewed by: ports@
Notes
Notes:
svn path=/head/; revision=103546
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 34d57116ab2b..89b459a62199 100644 --- a/math/Makefile +++ b/math/Makefile @@ -78,6 +78,7 @@ SUBDIR += lapack++ SUBDIR += libgmp-freebsd SUBDIR += libgmp4 + SUBDIR += libmath++ SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg |