Package Details: maxima-jupyter-git r368.b944978-1

Git Clone URL: https://aur.archlinux.org/maxima-jupyter-git.git (read-only, click to copy)
Package Base: maxima-jupyter-git
Description: A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)
Upstream URL: https://github.com/robert-dodier/maxima-jupyter
Keywords: jupyter maxima
Licenses: BSD
Submitter: yitzi
Maintainer: yitzi
Last Packager: yitzi
Votes: 0
Popularity: 0.000000
First Submitted: 2018-02-27 13:21 (UTC)
Last Updated: 2020-02-20 19:54 (UTC)

Latest Comments

fernando_morais commented on 2020-02-29 14:08 (UTC) (edited on 2020-02-29 14:11 (UTC) by fernando_morais)

@yitzi, the package doesn't bild:

    [package jsown]..........
    Maxima encountered a Lisp error:

     In method definition for TO-JSON, found an invalid specializer (FLOAT)

    Automatically continuing.
    To enable the Lisp debugger set *debugger-hook* to nil.

    Condition of type: SIMPLE-CONTROL-ERROR
    THROW: The catch MAXIMA::RETURN-FROM-DEBUGGER is undefined.

yitzi commented on 2019-10-23 18:31 (UTC) (edited on 2019-10-23 18:31 (UTC) by yitzi)

quicklisp is not a needed dependency. Maxima-Jupyter is referring to the ql namespace even when it isn't needed. I'll have to submit a PR to fix it.

mmtung commented on 2019-10-20 07:21 (UTC)

The maxima-jupyter-git installation depends on quicklisp which is not automatically installed. Please resolve this dependency.

The Maxima binary (using 5.41.0 due to compatibility issues) is compiled against Lisp SBCL (here v1.4.11), so one needs to create in the home directory the file ~/.sbclrc with the following contents:


;;; The following lines added by ql:add-to-init-file:

-quicklisp

(let ((quicklisp-init (merge-pathnames "/usr/lib/quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init)))


Perhaps this part could also be automated when installing maxima-jupyter-git, or at least a useful comment echoed to the screen.

Thanks a lot, Mike

yitzi commented on 2019-09-19 09:38 (UTC)

This package won't build until some pending changing in Quicklisp are completed. Should be in the next month.

lonaowna commented on 2019-09-04 09:24 (UTC)

Doesn't build..

==> Starting package()...
install: cannot stat 'src/config.lisp': No such file or directory

hexd commented on 2018-07-25 13:49 (UTC)

The bug is: there are 2 "$pkdir" instead of "$pkgdir" (i.e., there's a missing "g" twice).

yitzi commented on 2018-05-07 01:06 (UTC)

@sigmund I'll look into it.

sigmund commented on 2018-05-01 21:39 (UTC)

I'm getting the following error from makepkg:

==> Starting package()... install: cannot change permissions of ‘/usr/share/jupyter/kernels/maxima’: No such file or directory