maxima 5.43.0
Closes #40715. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
558c157b62
commit
e7b2d3c940
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Maxima < Formula
|
class Maxima < Formula
|
||||||
desc "Computer algebra system"
|
desc "Computer algebra system"
|
||||||
homepage "https://maxima.sourceforge.io/"
|
homepage "https://maxima.sourceforge.io/"
|
||||||
url "https://downloads.sourceforge.net/project/maxima/Maxima-source/5.42.2-source/maxima-5.42.2.tar.gz"
|
url "https://downloads.sourceforge.net/project/maxima/Maxima-source/5.43.0-source/maxima-5.43.0.tar.gz"
|
||||||
sha256 "167e11d6513a65c829a35f24d4ba539bcd0a82fc3dc7a6721e4f9f118c67b64d"
|
sha256 "dcfda54511035276fd074ac736e97d41905171e43a5802bb820914c3c885ca77"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -24,6 +24,7 @@ class Maxima < Formula
|
||||||
"--enable-gettext",
|
"--enable-gettext",
|
||||||
"--enable-sbcl",
|
"--enable-sbcl",
|
||||||
"--enable-sbcl-exec",
|
"--enable-sbcl-exec",
|
||||||
|
"--with-emacs-prefix=#{share}/emacs/site-lisp/#{name}",
|
||||||
"--with-sbcl=#{Formula["sbcl"].opt_bin}/sbcl"
|
"--with-sbcl=#{Formula["sbcl"].opt_bin}/sbcl"
|
||||||
system "make"
|
system "make"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
|
|
Loading…
Reference in a new issue