mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
32c616cd74
Maxima is a Common Lisp implementation of MIT's Macsyma system for computer based algebra. PR: ports/39888 Submitted by: Scott Flatman <sf@dsinw.com>
6 lines
144 B
Bash
6 lines
144 B
Bash
#!/bin/sh
|
|
MAXIMA_CORE="@MAXIMAPREFIX@src/maxima_core"
|
|
LISP="@LISPPREFIX@lisp"
|
|
|
|
${LISP} -core ${MAXIMA_CORE} -eval "(maxima::macsyma-top-level)"
|