diff options
author | ume <ume@FreeBSD.org> | 2001-08-30 15:50:41 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-08-30 15:50:41 +0000 |
commit | d7e848d9eda2355bef27a02fbb3dd2402c13501f (patch) | |
tree | 4418690dee6eddaee6616d0f34a858c8352be464 /math/Makefile | |
parent | a29449e5094c01629ec0d0af9fdc5eb6cc4962ea (diff) | |
download | FreeBSD-ports-d7e848d9eda2355bef27a02fbb3dd2402c13501f.zip FreeBSD-ports-d7e848d9eda2355bef27a02fbb3dd2402c13501f.tar.gz |
Add new port Asir.
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.
PR: ports/30158
Submitted by: Saito Tomokatsu <saito@asir.org>
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 567a781..1647fe4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -10,6 +10,7 @@ SUBDIR += abs SUBDIR += add SUBDIR += apc + SUBDIR += asir2000 SUBDIR += blas SUBDIR += calc SUBDIR += calctool |