2001-05-06 01:54:47 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2001/05/05 23:54:47 jtb Exp $
|
Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.
The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.
Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.
Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 15:40:34 +01:00
|
|
|
#
|
|
|
|
|
2000-11-11 16:31:51 +01:00
|
|
|
DISTNAME= yacas-latest
|
update to 1.0.43, another one without changing the distfile name.
changelog 1.0.41-1.0.43:
Added the YacasNotebook directory with the emacs shell to the repository.
We have support for BeOS! Thanks to Eugenia Loli.
Serious bugfix: the ^ operator wasn't working like it should. It was mapped to BitXor, and its precedence
was wrong.
Allowed CForm to accept if (predicate) body; and if (predicate) body else other; These routines need to be
written still, however, for them to also work in Yacas itself.
cleaned up some code.
Speedup of 40% of general Yacas execution.
Some improvements to the logic theorem prover so it can handle (a>b)-type epressions.
added support for annotating expressions, with GetExtraInfo and SetExtraInfo.
Initial checkin into sourceforge CVS. Thanks to Vladimir Livshits!
Fixed some windows compilation problems. ElfDll being explicitly mentioned in mathcommands3.cc, and
explicitly including elfdll.h.
added initial versions for the c-like &, | % and ^ operators, and if (...) ... else ... . This will probably make it
possible in the future to write code that is a lot more readable than If(..., ..., ...). The else clause binds to the
last if, just like in c. So this means you can now enter expressions like: if(3 < 3) a else if (3 > 3) b else c;
2000-12-05 20:02:05 +01:00
|
|
|
PKGNAME= yacas-1.0.43
|
Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.
The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.
Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.
Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 15:40:34 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.xs4all.nl/~apinkus/
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www.xs4all.nl/~apinkus/yacas.html
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= Yet Another Computer Algebra System
|
Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.
The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.
Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.
Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 15:40:34 +01:00
|
|
|
|
2000-11-11 16:31:51 +01:00
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.
The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.
Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.
Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 15:40:34 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC}; ${SED} 's|@prefix@|${PREFIX}|g' yacas.sh.in > \
|
|
|
|
yacas.sh
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/yacas.sh ${PREFIX}/bin
|
2001-05-06 01:54:47 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/yacas.el ${PREFIX}/share/emacs/site-lisp
|
Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.
The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.
Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.
Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 15:40:34 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|