diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-08-30 15:50:41 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-08-30 15:50:41 +0000 |
commit | c7d20b1d748db9202b210f011187b86003bd1a84 (patch) | |
tree | d3d60b6526283e6f66278ccc91d26afa432fa70b /math/asir2000/files/patch-ae | |
parent | = Update MASTER_SITES (diff) |
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>
Notes
Notes:
svn path=/head/; revision=47162
Diffstat (limited to 'math/asir2000/files/patch-ae')
-rw-r--r-- | math/asir2000/files/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-ae b/math/asir2000/files/patch-ae new file mode 100644 index 000000000000..20592b6057cf --- /dev/null +++ b/math/asir2000/files/patch-ae @@ -0,0 +1,14 @@ +--- builtin/numerical.c.org Thu Aug 16 18:47:06 2001 ++++ builtin/numerical.c Thu Aug 16 18:47:52 2001 +@@ -51,7 +51,11 @@ + #include "parse.h" + + #if LAPACK ++#if (__FreeBSD__ >= 4) ++#include <g2c.h> ++#else + #include <f2c.h> ++#endif + + void Pflinsolve(); + |