update so it builds with new ecl. passes most regression.
(requires a chunk of Makefile.in out, otherwise, will whine for automake)
This commit is contained in:
parent
7248ad5200
commit
497aec607a
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/19 07:23:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/12/04 14:37:19 espie Exp $
|
||||
|
||||
COMMENT= GPL computer algebra system based on DOE Macsyma
|
||||
|
||||
VERSION= 5.16.1
|
||||
VERSION= 5.22.1
|
||||
DISTNAME= maxima-${VERSION}
|
||||
REVISION= 3
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://maxima.sourceforge.net/
|
||||
@ -39,4 +38,5 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
CONFIGURE_ARGS+= --with-wish=${MODTCL_BIN}
|
||||
.endif
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (maxima-5.16.1.tar.gz) = X1pu6AFUowPIe0qbEAS9QA==
|
||||
RMD160 (maxima-5.16.1.tar.gz) = lodIT3/2n2QASJaj+TsUtiQkmks=
|
||||
SHA1 (maxima-5.16.1.tar.gz) = WRewAjKTppKI5dLDBd+gkf4vBdk=
|
||||
SHA256 (maxima-5.16.1.tar.gz) = fGOPw4O15vq6sf/ZShxcNQHAwdX7Osgg9w+0dOV/mQU=
|
||||
SIZE (maxima-5.16.1.tar.gz) = 19932719
|
||||
MD5 (maxima-5.22.1.tar.gz) = Fg6ovjkSfWY2uTSoXkB8mw==
|
||||
RMD160 (maxima-5.22.1.tar.gz) = /a3uQfJvvtTXYDhnUgAlEwWfhIU=
|
||||
SHA1 (maxima-5.22.1.tar.gz) = pUcyEiGjehqDy1PtYH0zl+fwci4=
|
||||
SHA256 (maxima-5.22.1.tar.gz) = mBrgsOi3KeZJCCsf6Z1anuB8+miWLo0V9UMalenYuWk=
|
||||
SIZE (maxima-5.22.1.tar.gz) = 21468277
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_am,v 1.1 2008/08/20 20:36:45 espie Exp $
|
||||
--- src/Makefile.am.orig Fri Aug 15 18:28:45 2008
|
||||
+++ src/Makefile.am Fri Aug 15 18:29:02 2008
|
||||
@@ -284,7 +284,7 @@ binary-ecl/maxima:
|
||||
mv maxima binary-ecl/maxima || \
|
||||
success=false; \
|
||||
test -f maxima-tmp && mv maxima-tmp maxima ; \
|
||||
- test $$success = true && /bin/true || /bin/false
|
||||
+ test $$success = true && /usr/bin/true || /usr/bin/false
|
||||
|
||||
install-ecl:
|
||||
$(mkinstalldirs) "$(DESTDIR)$(verpkglibdir)/binary-ecl"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2008/08/20 20:36:45 espie Exp $
|
||||
--- src/Makefile.in.orig Fri Aug 15 18:29:04 2008
|
||||
+++ src/Makefile.in Fri Aug 15 18:29:46 2008
|
||||
@@ -2965,7 +2965,7 @@ uninstall-datafiles:
|
||||
@ECL_TRUE@ mv maxima binary-ecl/maxima || \
|
||||
@ECL_TRUE@ success=false; \
|
||||
@ECL_TRUE@ test -f maxima-tmp && mv maxima-tmp maxima ; \
|
||||
-@ECL_TRUE@ test $$success = true && /bin/true || /bin/false
|
||||
+@ECL_TRUE@ test $$success = true && /usr/bin/true || /usr/bin/false
|
||||
|
||||
@ECL_TRUE@install-ecl:
|
||||
@ECL_TRUE@ $(mkinstalldirs) "$(DESTDIR)$(verpkglibdir)/binary-ecl"
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/08/20 20:36:45 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/12/04 14:37:19 espie Exp $
|
||||
bin/maxima
|
||||
bin/rmaxima
|
||||
bin/xmaxima
|
||||
info/imaxima.info
|
||||
@info info/imaxima.info
|
||||
info/maxima-index.lisp
|
||||
@info info/maxima.info
|
||||
@info info/xmaxima.info
|
||||
@ -39,6 +39,9 @@ share/maxima/${VERSION}/doc/contributors
|
||||
share/maxima/${VERSION}/doc/html/
|
||||
share/maxima/${VERSION}/doc/html/contents.hhc
|
||||
share/maxima/${VERSION}/doc/html/figures/
|
||||
share/maxima/${VERSION}/doc/html/figures/contour1.gif
|
||||
share/maxima/${VERSION}/doc/html/figures/contour2.gif
|
||||
share/maxima/${VERSION}/doc/html/figures/contour3.gif
|
||||
share/maxima/${VERSION}/doc/html/figures/dynamics1.gif
|
||||
share/maxima/${VERSION}/doc/html/figures/dynamics10.gif
|
||||
share/maxima/${VERSION}/doc/html/figures/dynamics2.gif
|
||||
@ -195,6 +198,9 @@ share/maxima/${VERSION}/doc/html/maxima_90.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_91.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_92.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_93.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_94.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_95.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_96.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_abt.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_fot.html
|
||||
share/maxima/${VERSION}/doc/html/maxima_ovr.html
|
||||
@ -215,7 +221,6 @@ share/maxima/${VERSION}/doc/misc/weirdvariables.txt
|
||||
share/maxima/${VERSION}/doc/misc/workingvariables.txt
|
||||
share/maxima/${VERSION}/doc/misc/x.awk
|
||||
share/maxima/${VERSION}/doc/share/
|
||||
share/maxima/${VERSION}/doc/share/bessel.usg
|
||||
share/maxima/${VERSION}/doc/share/brchre.txt
|
||||
share/maxima/${VERSION}/doc/share/romberg.usg
|
||||
share/maxima/${VERSION}/doc/share/translation_hints.txt
|
||||
@ -231,6 +236,7 @@ share/maxima/${VERSION}/emacs/imaxima.el
|
||||
share/maxima/${VERSION}/emacs/imaxima.lisp
|
||||
share/maxima/${VERSION}/emacs/maxima-font-lock.el
|
||||
share/maxima/${VERSION}/emacs/maxima.el
|
||||
share/maxima/${VERSION}/emacs/setup-imaxima-imath.el
|
||||
share/maxima/${VERSION}/emacs/smart-complete.el
|
||||
share/maxima/${VERSION}/emacs/sshell.el
|
||||
share/maxima/${VERSION}/share/
|
||||
@ -243,7 +249,6 @@ share/maxima/${VERSION}/share/affine/aquotient.lisp
|
||||
share/maxima/${VERSION}/share/affine/compat.lisp
|
||||
share/maxima/${VERSION}/share/affine/dim-3.lisp
|
||||
share/maxima/${VERSION}/share/affine/dim4-help.lisp
|
||||
share/maxima/${VERSION}/share/affine/dummy-gc.lisp
|
||||
share/maxima/${VERSION}/share/affine/macbasic.mac
|
||||
share/maxima/${VERSION}/share/affine/make.lisp
|
||||
share/maxima/${VERSION}/share/affine/makefile
|
||||
@ -259,7 +264,6 @@ share/maxima/${VERSION}/share/affine/polysmp.lisp
|
||||
share/maxima/${VERSION}/share/affine/sheafa.lisp
|
||||
share/maxima/${VERSION}/share/affine/sheafb.lisp
|
||||
share/maxima/${VERSION}/share/affine/sheafc.lisp
|
||||
share/maxima/${VERSION}/share/affine/sloop.lisp
|
||||
share/maxima/${VERSION}/share/affine/sparsemat.lisp
|
||||
share/maxima/${VERSION}/share/affine/sub-proj.lisp
|
||||
share/maxima/${VERSION}/share/affine/sys-declaim.lisp
|
||||
@ -318,6 +322,44 @@ share/maxima/${VERSION}/share/calculus/qual.usg
|
||||
share/maxima/${VERSION}/share/calculus/qualsp.lisp
|
||||
share/maxima/${VERSION}/share/calculus/revert.mac
|
||||
share/maxima/${VERSION}/share/calculus/taylor1.mac
|
||||
share/maxima/${VERSION}/share/colnew/
|
||||
share/maxima/${VERSION}/share/colnew/colnew-if.lisp
|
||||
share/maxima/${VERSION}/share/colnew/colnew-lisp.system
|
||||
share/maxima/${VERSION}/share/colnew/colnew-package.lisp
|
||||
share/maxima/${VERSION}/share/colnew/colnew.mac
|
||||
share/maxima/${VERSION}/share/colnew/colnew.system
|
||||
share/maxima/${VERSION}/share/colnew/lisp/
|
||||
share/maxima/${VERSION}/share/colnew/lisp/approx.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/appsln.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/colnew.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/compat.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/consts.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/contrl.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/daxpy.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/ddot.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/dgefa.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/dgesl.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/dmzsol.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/dscal.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/errchk.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/factrb.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/fcblok.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/gblock.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/gderiv.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/horder.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/idamax.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/lsyslv.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/newmsh.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/rkbas.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/sbblok.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/shiftb.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/skale.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/subbak.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/subfor.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/vmonde.lisp
|
||||
share/maxima/${VERSION}/share/colnew/lisp/vwblok.lisp
|
||||
share/maxima/${VERSION}/share/colnew/prob1.mac
|
||||
share/maxima/${VERSION}/share/colnew/prob2.mac
|
||||
share/maxima/${VERSION}/share/combinatorics/
|
||||
share/maxima/${VERSION}/share/combinatorics/README
|
||||
share/maxima/${VERSION}/share/contrib/
|
||||
@ -348,6 +390,8 @@ share/maxima/${VERSION}/share/contrib/Zeilberger/zb_prover.mac
|
||||
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger.mac
|
||||
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
|
||||
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
|
||||
share/maxima/${VERSION}/share/contrib/altsimp/
|
||||
share/maxima/${VERSION}/share/contrib/altsimp/altsimp.lisp
|
||||
share/maxima/${VERSION}/share/contrib/amatrix/
|
||||
share/maxima/${VERSION}/share/contrib/amatrix/README
|
||||
share/maxima/${VERSION}/share/contrib/amatrix/amatrix.dem
|
||||
@ -366,6 +410,7 @@ share/maxima/${VERSION}/share/contrib/boolsimp/
|
||||
share/maxima/${VERSION}/share/contrib/boolsimp/boolsimp.lisp
|
||||
share/maxima/${VERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
|
||||
share/maxima/${VERSION}/share/contrib/clebsch_gordan.mac
|
||||
share/maxima/${VERSION}/share/contrib/colorterm.lisp
|
||||
share/maxima/${VERSION}/share/contrib/descriptive/
|
||||
share/maxima/${VERSION}/share/contrib/descriptive/biomed.data
|
||||
share/maxima/${VERSION}/share/contrib/descriptive/descriptive.mac
|
||||
@ -390,6 +435,7 @@ share/maxima/${VERSION}/share/contrib/diffequations/ode1_nonlinear.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/ode1_riccati.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/odelin.lisp
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/odeutils.lisp
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/rtest_odelin.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/spherodialwave.lisp
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/sqfr.lisp
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/
|
||||
@ -421,7 +467,7 @@ share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.ma
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
|
||||
share/maxima/${VERSION}/share/contrib/diffequations/tests/testsuite.lisp
|
||||
share/maxima/${VERSION}/share/contrib/distrib/
|
||||
share/maxima/${VERSION}/share/contrib/distrib/distrib.mac
|
||||
@ -434,6 +480,10 @@ share/maxima/${VERSION}/share/contrib/ezunits/ezunits.mac
|
||||
share/maxima/${VERSION}/share/contrib/ezunits/physical_constants.mac
|
||||
share/maxima/${VERSION}/share/contrib/ezunits/rtestezunits.mac
|
||||
share/maxima/${VERSION}/share/contrib/f90.lisp
|
||||
share/maxima/${VERSION}/share/contrib/finance/
|
||||
share/maxima/${VERSION}/share/contrib/finance/finance.es.texi
|
||||
share/maxima/${VERSION}/share/contrib/finance/finance.mac
|
||||
share/maxima/${VERSION}/share/contrib/finance/finance.texi
|
||||
share/maxima/${VERSION}/share/contrib/floatproperties.lisp
|
||||
share/maxima/${VERSION}/share/contrib/format/
|
||||
share/maxima/${VERSION}/share/contrib/format/README
|
||||
@ -562,10 +612,19 @@ share/maxima/${VERSION}/share/contrib/graphs/graphs.system
|
||||
share/maxima/${VERSION}/share/contrib/graphs/isomorphism.lisp
|
||||
share/maxima/${VERSION}/share/contrib/graphs/load-graphs.lisp
|
||||
share/maxima/${VERSION}/share/contrib/graphs/matching.lisp
|
||||
share/maxima/${VERSION}/share/contrib/graphs/rtest_graphs.mac
|
||||
share/maxima/${VERSION}/share/contrib/graphs/spring_embedding.lisp
|
||||
share/maxima/${VERSION}/share/contrib/graphs/wiener_index.lisp
|
||||
share/maxima/${VERSION}/share/contrib/impdiff.mac
|
||||
share/maxima/${VERSION}/share/contrib/implicit_plot.lisp
|
||||
share/maxima/${VERSION}/share/contrib/integer_sequence.lisp
|
||||
share/maxima/${VERSION}/share/contrib/integration/
|
||||
share/maxima/${VERSION}/share/contrib/integration/abs_integrate.html
|
||||
share/maxima/${VERSION}/share/contrib/integration/abs_integrate.mac
|
||||
share/maxima/${VERSION}/share/contrib/integration/abs_integrate.texi
|
||||
share/maxima/${VERSION}/share/contrib/integration/hyperint.mac
|
||||
share/maxima/${VERSION}/share/contrib/integration/partition.mac
|
||||
share/maxima/${VERSION}/share/contrib/integration/rtest_abs_integrate.mac
|
||||
share/maxima/${VERSION}/share/contrib/levin/
|
||||
share/maxima/${VERSION}/share/contrib/levin/levin.dem
|
||||
share/maxima/${VERSION}/share/contrib/levin/levin.mac
|
||||
@ -697,18 +756,24 @@ share/maxima/${VERSION}/share/contrib/rand/twovar.usg
|
||||
share/maxima/${VERSION}/share/contrib/rand/vandpol.mac
|
||||
share/maxima/${VERSION}/share/contrib/rand/vandpol.usg
|
||||
share/maxima/${VERSION}/share/contrib/rtest_lsquares.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_mnewton.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_opproperties.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_sequence.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_solve_rat_ineq.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_to_poly_solver.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_topoly.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtest_z_transform.mac
|
||||
share/maxima/${VERSION}/share/contrib/rtestdefstruct.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/
|
||||
share/maxima/${VERSION}/share/contrib/sarag/aliases.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/arag_test.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/certificateOfPositivity.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/constants.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/examples.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/hard_test.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/intervalArithmetic.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/lowLevel.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/readme.txt
|
||||
share/maxima/${VERSION}/share/contrib/sarag/rootCounting.mac
|
||||
share/maxima/${VERSION}/share/contrib/sarag/rootIsolation.mac
|
||||
@ -741,8 +806,10 @@ share/maxima/${VERSION}/share/contrib/simplex/Tests/share2b_A.csv
|
||||
share/maxima/${VERSION}/share/contrib/simplex/Tests/share2b_b.csv
|
||||
share/maxima/${VERSION}/share/contrib/simplex/Tests/share2b_c.csv
|
||||
share/maxima/${VERSION}/share/contrib/simplex/minimize_sx.mac
|
||||
share/maxima/${VERSION}/share/contrib/simplex/rtest_simplex.mac
|
||||
share/maxima/${VERSION}/share/contrib/simplex/simplex.mac
|
||||
share/maxima/${VERSION}/share/contrib/simplex/simplex_algorithm.lisp
|
||||
share/maxima/${VERSION}/share/contrib/simplifying.lisp
|
||||
share/maxima/${VERSION}/share/contrib/solve_rat_ineq.mac
|
||||
share/maxima/${VERSION}/share/contrib/solve_rec/
|
||||
share/maxima/${VERSION}/share/contrib/solve_rec/rtest_simplify_sum.mac
|
||||
@ -777,7 +844,11 @@ share/maxima/${VERSION}/share/contrib/stringproc/sregex.lisp
|
||||
share/maxima/${VERSION}/share/contrib/stringproc/stringproc.lisp
|
||||
share/maxima/${VERSION}/share/contrib/stringproc/stringproc.mac
|
||||
share/maxima/${VERSION}/share/contrib/tex2ooo.lisp
|
||||
share/maxima/${VERSION}/share/contrib/to_poly_solve_extra.lisp
|
||||
share/maxima/${VERSION}/share/contrib/to_poly_solver.mac
|
||||
share/maxima/${VERSION}/share/contrib/tocl.lisp
|
||||
share/maxima/${VERSION}/share/contrib/topoly-user-doc.html
|
||||
share/maxima/${VERSION}/share/contrib/topoly-user-doc.texi
|
||||
share/maxima/${VERSION}/share/contrib/topoly.lisp
|
||||
share/maxima/${VERSION}/share/contrib/topoly_solver.mac
|
||||
share/maxima/${VERSION}/share/contrib/unit/
|
||||
@ -788,6 +859,7 @@ share/maxima/${VERSION}/share/contrib/vector3d/
|
||||
share/maxima/${VERSION}/share/contrib/vector3d/vector3d.dem
|
||||
share/maxima/${VERSION}/share/contrib/vector3d/vector3d.mac
|
||||
share/maxima/${VERSION}/share/contrib/vector3d/vector3d.usg
|
||||
share/maxima/${VERSION}/share/contrib/z_transform.mac
|
||||
share/maxima/${VERSION}/share/diff_form/
|
||||
share/maxima/${VERSION}/share/diff_form/cartan_new.lisp
|
||||
share/maxima/${VERSION}/share/diff_form/curvture2.mac
|
||||
@ -819,12 +891,21 @@ share/maxima/${VERSION}/share/draw/
|
||||
share/maxima/${VERSION}/share/draw/draw.lisp
|
||||
share/maxima/${VERSION}/share/draw/implicit3d.lisp
|
||||
share/maxima/${VERSION}/share/draw/picture.lisp
|
||||
share/maxima/${VERSION}/share/draw/rtest_draw.mac
|
||||
share/maxima/${VERSION}/share/draw/wbd.lisp
|
||||
share/maxima/${VERSION}/share/draw/worldmap.mac
|
||||
share/maxima/${VERSION}/share/dynamics/
|
||||
share/maxima/${VERSION}/share/dynamics/complex_dynamics.lisp
|
||||
share/maxima/${VERSION}/share/dynamics/dynamics.mac
|
||||
share/maxima/${VERSION}/share/dynamics/plotdf.lisp
|
||||
share/maxima/${VERSION}/share/dynamics/rtest_dynamics.mac
|
||||
share/maxima/${VERSION}/share/hypergeometric/
|
||||
share/maxima/${VERSION}/share/hypergeometric/abramowitz_id.mac
|
||||
share/maxima/${VERSION}/share/hypergeometric/hypergeometric.lisp
|
||||
share/maxima/${VERSION}/share/hypergeometric/hypergeometric_mac.mac
|
||||
share/maxima/${VERSION}/share/hypergeometric/nfloat.lisp
|
||||
share/maxima/${VERSION}/share/hypergeometric/rtest_hg.mac
|
||||
share/maxima/${VERSION}/share/hypergeometric/rtest_nfloat.mac
|
||||
share/maxima/${VERSION}/share/integequations/
|
||||
share/maxima/${VERSION}/share/integequations/inteqn.mac
|
||||
share/maxima/${VERSION}/share/integequations/inteqn.usg
|
||||
@ -914,6 +995,7 @@ share/maxima/${VERSION}/share/lapack/blas/ztrmm.lisp
|
||||
share/maxima/${VERSION}/share/lapack/blas/ztrmv.lisp
|
||||
share/maxima/${VERSION}/share/lapack/blas/ztrsm.lisp
|
||||
share/maxima/${VERSION}/share/lapack/blas/ztrsv.lisp
|
||||
share/maxima/${VERSION}/share/lapack/dgesv.lisp
|
||||
share/maxima/${VERSION}/share/lapack/eigensys.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/
|
||||
share/maxima/${VERSION}/share/lapack/lapack-package.lisp
|
||||
@ -951,6 +1033,11 @@ share/maxima/${VERSION}/share/lapack/lapack/dlaexc.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlahqr.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlahrd.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlaln2.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamc1.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamc2.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamc3.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamc4.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamc5.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamch.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlamrg.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/dlange.lisp
|
||||
@ -1014,9 +1101,15 @@ share/maxima/${VERSION}/share/lapack/lapack/zlange.lisp
|
||||
share/maxima/${VERSION}/share/lapack/lapack/zlassq.lisp
|
||||
share/maxima/${VERSION}/share/lapack/load-lapack.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/
|
||||
share/maxima/${VERSION}/share/lbfgs/lb1.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/lb2.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/lbfgs-daxpy.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/lbfgs-ddot.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/lbfgs.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/lbfgs.mac
|
||||
share/maxima/${VERSION}/share/lbfgs/maxima-lbfgs.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/mcsrch.lisp
|
||||
share/maxima/${VERSION}/share/lbfgs/mcstep.lisp
|
||||
share/maxima/${VERSION}/share/linearalgebra/
|
||||
share/maxima/${VERSION}/share/linearalgebra/announcement.txt
|
||||
share/maxima/${VERSION}/share/linearalgebra/eigens-by-jacobi.lisp
|
||||
@ -1038,6 +1131,8 @@ share/maxima/${VERSION}/share/linearalgebra/test-linalg.mac
|
||||
share/maxima/${VERSION}/share/linearalgebra/test-lu.mac
|
||||
share/maxima/${VERSION}/share/linearalgebra/test-matrixexp.mac
|
||||
share/maxima/${VERSION}/share/linearalgebra/test-polynomialp.mac
|
||||
share/maxima/${VERSION}/share/lisp-utils/
|
||||
share/maxima/${VERSION}/share/lisp-utils/defsystem.lisp
|
||||
share/maxima/${VERSION}/share/macro/
|
||||
share/maxima/${VERSION}/share/macro/autolo.mac
|
||||
share/maxima/${VERSION}/share/macro/basic.mac
|
||||
@ -1069,6 +1164,33 @@ share/maxima/${VERSION}/share/matrix/pfaff.usg
|
||||
share/maxima/${VERSION}/share/matrix/rateig.mac
|
||||
share/maxima/${VERSION}/share/matrix/rtest_eigen.mac
|
||||
share/maxima/${VERSION}/share/maxima-init.lisp
|
||||
share/maxima/${VERSION}/share/minpack/
|
||||
share/maxima/${VERSION}/share/minpack/disclaimer
|
||||
share/maxima/${VERSION}/share/minpack/lisp/
|
||||
share/maxima/${VERSION}/share/minpack/lisp/dogleg.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/dpmpar.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/enorm.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/fdjac1.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/fdjac2.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/hybrd.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/hybrd1.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/hybrj.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/hybrj1.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/lmder.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/lmder1.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/lmdif.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/lmdif1.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/lmpar.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/qform.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/qrfac.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/qrsolv.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/r1mpyq.lisp
|
||||
share/maxima/${VERSION}/share/minpack/lisp/r1updt.lisp
|
||||
share/maxima/${VERSION}/share/minpack/load-minpack.lisp
|
||||
share/maxima/${VERSION}/share/minpack/minpack-interface.lisp
|
||||
share/maxima/${VERSION}/share/minpack/minpack-lisp.system
|
||||
share/maxima/${VERSION}/share/minpack/minpack-package.lisp
|
||||
share/maxima/${VERSION}/share/minpack/minpack.system
|
||||
share/maxima/${VERSION}/share/misc/
|
||||
share/maxima/${VERSION}/share/misc/arrfun.mac
|
||||
share/maxima/${VERSION}/share/misc/declin.dem
|
||||
@ -1099,6 +1221,7 @@ share/maxima/${VERSION}/share/numeric/dblint_1.dem
|
||||
share/maxima/${VERSION}/share/numeric/diffeq.dem
|
||||
share/maxima/${VERSION}/share/numeric/diffeq.mac
|
||||
share/maxima/${VERSION}/share/numeric/expense.lisp
|
||||
share/maxima/${VERSION}/share/numeric/fft-core.lisp
|
||||
share/maxima/${VERSION}/share/numeric/fft.dem
|
||||
share/maxima/${VERSION}/share/numeric/fft.lisp
|
||||
share/maxima/${VERSION}/share/numeric/fft.usg
|
||||
@ -1111,6 +1234,7 @@ share/maxima/${VERSION}/share/numeric/newton.mac
|
||||
share/maxima/${VERSION}/share/numeric/newton1.mac
|
||||
share/maxima/${VERSION}/share/numeric/riemsum.mac
|
||||
share/maxima/${VERSION}/share/numeric/romberg.lisp
|
||||
share/maxima/${VERSION}/share/numeric/rtest_interpol.mac
|
||||
share/maxima/${VERSION}/share/numeric/rtest_romberg.mac
|
||||
share/maxima/${VERSION}/share/numeric/simpsn.dem
|
||||
share/maxima/${VERSION}/share/numeric/simpsn.mac
|
||||
@ -1121,6 +1245,7 @@ share/maxima/${VERSION}/share/orthopoly/README
|
||||
share/maxima/${VERSION}/share/orthopoly/changes_0.9_to_0.94.txt
|
||||
share/maxima/${VERSION}/share/orthopoly/h_atom.dem
|
||||
share/maxima/${VERSION}/share/orthopoly/orthopoly.lisp
|
||||
share/maxima/${VERSION}/share/orthopoly/rtest_pochhammer.mac
|
||||
share/maxima/${VERSION}/share/orthopoly/test_orthopoly.mac
|
||||
share/maxima/${VERSION}/share/orthopoly/variational_method.dem
|
||||
share/maxima/${VERSION}/share/physics/
|
||||
@ -1159,6 +1284,7 @@ share/maxima/${VERSION}/share/simplification/rducon.dem
|
||||
share/maxima/${VERSION}/share/simplification/rducon.lisp
|
||||
share/maxima/${VERSION}/share/simplification/rncomb.dem
|
||||
share/maxima/${VERSION}/share/simplification/rncomb.mac
|
||||
share/maxima/${VERSION}/share/simplification/rtest_rncomb.mac
|
||||
share/maxima/${VERSION}/share/simplification/scifac.dem
|
||||
share/maxima/${VERSION}/share/simplification/scifac.lisp
|
||||
share/maxima/${VERSION}/share/simplification/sqdnst.mac
|
||||
@ -1198,6 +1324,7 @@ share/maxima/${VERSION}/share/sym/testsuite.lisp
|
||||
share/maxima/${VERSION}/share/sym/treillis.lisp
|
||||
share/maxima/${VERSION}/share/sym/tri.lisp
|
||||
share/maxima/${VERSION}/share/sym/util.lisp
|
||||
share/maxima/${VERSION}/share/template-standalone.texi
|
||||
share/maxima/${VERSION}/share/template.texi
|
||||
share/maxima/${VERSION}/share/tensor/
|
||||
share/maxima/${VERSION}/share/tensor/ademo.dem
|
||||
@ -1269,6 +1396,7 @@ share/maxima/${VERSION}/share/trigonometry/trigrat.lisp
|
||||
share/maxima/${VERSION}/share/utils/
|
||||
share/maxima/${VERSION}/share/utils/mactex-utilities.lisp
|
||||
share/maxima/${VERSION}/share/vector/
|
||||
share/maxima/${VERSION}/share/vector/rtest_vect.mac
|
||||
share/maxima/${VERSION}/share/vector/vect.dem
|
||||
share/maxima/${VERSION}/share/vector/vect.mac
|
||||
share/maxima/${VERSION}/share/vector/vect.usg
|
||||
@ -1276,6 +1404,9 @@ share/maxima/${VERSION}/share/vector/vect_transform.mac
|
||||
share/maxima/${VERSION}/share/vector/vector.dem
|
||||
share/maxima/${VERSION}/share/vector/vector.mac
|
||||
share/maxima/${VERSION}/share/vector/vector.usg
|
||||
share/maxima/${VERSION}/share/vector/vector_rebuild.lisp
|
||||
share/maxima/${VERSION}/share/vector/vector_rebuild.mac
|
||||
share/maxima/${VERSION}/share/vector/vector_rebuild.usg
|
||||
share/maxima/${VERSION}/src/
|
||||
share/maxima/${VERSION}/src/acall.lisp
|
||||
share/maxima/${VERSION}/src/airy.lisp
|
||||
@ -1319,9 +1450,11 @@ share/maxima/${VERSION}/src/factor.lisp
|
||||
share/maxima/${VERSION}/src/fcall.lisp
|
||||
share/maxima/${VERSION}/src/float.lisp
|
||||
share/maxima/${VERSION}/src/fortra.lisp
|
||||
share/maxima/${VERSION}/src/gamma.lisp
|
||||
share/maxima/${VERSION}/src/generate-sys-proclaim.lisp
|
||||
share/maxima/${VERSION}/src/generr.lisp
|
||||
share/maxima/${VERSION}/src/gnuplot.lisp
|
||||
share/maxima/${VERSION}/src/getopt.lisp
|
||||
share/maxima/${VERSION}/src/gnuplot_def.lisp
|
||||
share/maxima/${VERSION}/src/grind.lisp
|
||||
share/maxima/${VERSION}/src/hayat.lisp
|
||||
share/maxima/${VERSION}/src/homog.lisp
|
||||
@ -1330,6 +1463,7 @@ share/maxima/${VERSION}/src/hypgeo.lisp
|
||||
share/maxima/${VERSION}/src/ifactor.lisp
|
||||
share/maxima/${VERSION}/src/init-cl.lisp
|
||||
share/maxima/${VERSION}/src/inmis.lisp
|
||||
share/maxima/${VERSION}/src/intl.lisp
|
||||
share/maxima/${VERSION}/src/intpol.lisp
|
||||
share/maxima/${VERSION}/src/invert.lisp
|
||||
share/maxima/${VERSION}/src/irinte.lisp
|
||||
@ -1339,6 +1473,7 @@ share/maxima/${VERSION}/src/ldisp.lisp
|
||||
share/maxima/${VERSION}/src/lesfac.lisp
|
||||
share/maxima/${VERSION}/src/letmac.lisp
|
||||
share/maxima/${VERSION}/src/limit.lisp
|
||||
share/maxima/${VERSION}/src/linnew.lisp
|
||||
share/maxima/${VERSION}/src/lmdcls.lisp
|
||||
share/maxima/${VERSION}/src/logarc.lisp
|
||||
share/maxima/${VERSION}/src/macdes.lisp
|
||||
@ -1378,6 +1513,7 @@ share/maxima/${VERSION}/src/nparse.lisp
|
||||
share/maxima/${VERSION}/src/nrat4.lisp
|
||||
share/maxima/${VERSION}/src/nregex.lisp
|
||||
share/maxima/${VERSION}/src/nset.lisp
|
||||
share/maxima/${VERSION}/src/numeric.lisp
|
||||
share/maxima/${VERSION}/src/numerical/
|
||||
share/maxima/${VERSION}/src/numerical/f2cl-lib.lisp
|
||||
share/maxima/${VERSION}/src/numerical/f2cl-package.lisp
|
||||
@ -1509,7 +1645,6 @@ share/maxima/${VERSION}/src/numerical/slatec/zuoik.lisp
|
||||
share/maxima/${VERSION}/src/numerical/slatec/zwrsk.lisp
|
||||
share/maxima/${VERSION}/src/nummod.lisp
|
||||
share/maxima/${VERSION}/src/numth.lisp
|
||||
share/maxima/${VERSION}/src/openmath.lisp
|
||||
share/maxima/${VERSION}/src/opers.lisp
|
||||
share/maxima/${VERSION}/src/optim.lisp
|
||||
share/maxima/${VERSION}/src/optimize.lisp
|
||||
@ -1517,6 +1652,7 @@ share/maxima/${VERSION}/src/option.lisp
|
||||
share/maxima/${VERSION}/src/outmis.lisp
|
||||
share/maxima/${VERSION}/src/pade.lisp
|
||||
share/maxima/${VERSION}/src/parse-body.lisp
|
||||
share/maxima/${VERSION}/src/plasma.lisp
|
||||
share/maxima/${VERSION}/src/plot.lisp
|
||||
share/maxima/${VERSION}/src/pois2.lisp
|
||||
share/maxima/${VERSION}/src/pois3.lisp
|
||||
@ -1578,6 +1714,7 @@ share/maxima/${VERSION}/src/trprop.lisp
|
||||
share/maxima/${VERSION}/src/trutil.lisp
|
||||
share/maxima/${VERSION}/src/ufact.lisp
|
||||
share/maxima/${VERSION}/src/utils.lisp
|
||||
share/maxima/${VERSION}/src/xmaxima_def.lisp
|
||||
share/maxima/${VERSION}/src/zero.lisp
|
||||
share/maxima/${VERSION}/tests/
|
||||
share/maxima/${VERSION}/tests/README.how-to
|
||||
@ -1608,18 +1745,29 @@ share/maxima/${VERSION}/tests/rtest9a.mac
|
||||
share/maxima/${VERSION}/tests/rtest_abs.mac
|
||||
share/maxima/${VERSION}/tests/rtest_algebraic.mac
|
||||
share/maxima/${VERSION}/tests/rtest_allnummod.mac
|
||||
share/maxima/${VERSION}/tests/rtest_ask.mac
|
||||
share/maxima/${VERSION}/tests/rtest_boolean.mac
|
||||
share/maxima/${VERSION}/tests/rtest_diff_invtrig.mac
|
||||
share/maxima/${VERSION}/tests/rtest_dot.mac
|
||||
share/maxima/${VERSION}/tests/rtest_elliptic.mac
|
||||
share/maxima/${VERSION}/tests/rtest_equal.mac
|
||||
share/maxima/${VERSION}/tests/rtest_everysome.mac
|
||||
share/maxima/${VERSION}/tests/rtest_expintegral.mac
|
||||
share/maxima/${VERSION}/tests/rtest_gamma.mac
|
||||
share/maxima/${VERSION}/tests/rtest_hypgeo.mac
|
||||
share/maxima/${VERSION}/tests/rtest_integrate.mac
|
||||
share/maxima/${VERSION}/tests/rtest_integrate_special.mac
|
||||
share/maxima/${VERSION}/tests/rtest_lambert_w.mac
|
||||
share/maxima/${VERSION}/tests/rtest_map.mac
|
||||
share/maxima/${VERSION}/tests/rtest_mset.mac
|
||||
share/maxima/${VERSION}/tests/rtest_plot.mac
|
||||
share/maxima/${VERSION}/tests/rtest_round.mac
|
||||
share/maxima/${VERSION}/tests/rtest_scalarp.mac
|
||||
share/maxima/${VERSION}/tests/rtest_sign.mac
|
||||
share/maxima/${VERSION}/tests/rtest_signum.mac
|
||||
share/maxima/${VERSION}/tests/rtest_sqrt.mac
|
||||
share/maxima/${VERSION}/tests/rtest_taylor.mac
|
||||
share/maxima/${VERSION}/tests/rtest_translator.mac
|
||||
share/maxima/${VERSION}/tests/rtest_trig.mac
|
||||
share/maxima/${VERSION}/tests/rtest_zeta.mac
|
||||
share/maxima/${VERSION}/tests/rtestconjugate.mac
|
||||
|
Loading…
Reference in New Issue
Block a user