config.lsp 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. % These are packages that get built into the base system that is used
  2. % to compile what follows...
  3. (support rlisp alg poly polydiv arith mathpr ezgcd factor hephys
  4. int matrix rlisp88 rprint fmprint pretty solve desir ineq modsr
  5. rsolve algint arnum assist dummy cantens atensor avector invbase
  6. misc boolean cedit rcref ftr reset cali camal changevr compact
  7. dfpart lie)
  8. % The next set of modules are all built using a system that has the
  9. % above set available. The key issue here is that the packages in
  10. % this list of "extensions" can all be built independently of each
  11. % other.
  12. (odesolve pf cvit noncom2 physop crack liepde applysym conlaw excalc
  13. gentran fide1 fide numeric randpoly reacteqn roots rlfi roots2 sets
  14. xideal eds dipoly groebner groebnr2 ideals linalg ncpoly normform
  15. orthovec plot gnuplot laplace pm qsum scope sparse spde specfn specfn2
  16. specfaux specbess sfgamma tps limits defint fps trigint ratint mathml
  17. mathmlom rltools redlog cl cgb ofsf dvfsf acfsf sum zeilberg symaux
  18. symmetry taylor mrvlimit residue susy2 tri trigsimp xcolor wu ztrans
  19. geoprover rataprx rtrace tmprint)
  20. % Finally we have a list of all the test scripts that REDUCE is shipped
  21. % with.
  22. (alg poly polydiv arith factor int matrix solve desir ineq modsr rsolve
  23. algint arnum assist dummy cantens atensor avector invbase boolean cali
  24. camal changevr compact dfpart lie odesolve pf cvit physop crack liepde
  25. applysym conlaw excalc gentran fide numeric randpoly reacteqn roots
  26. rlfi sets xideal eds groebner ideals linalg ncpoly normform orthovec
  27. laplace pm qsum scope sparse spde specfn tps limits defint fps trigint
  28. ratint mathml mathmlom redlog cgb sum zeilberg symmetry taylor mrvlimit
  29. residue susy2 tri trigsimp xcolor wu ztrans geoprover rataprx)
  30. % End of configuration file