Hello here, If you really want to have hunchentoot in Git cloned fricas:
git clone --depth=1 https://github.com/fricas/fricas.git install SBCL and hunchentoot (on a Debian like system 'apt install sbcl libgmp-dev cl-hunchentoot') or install quicklisp and hunchentoot with quicklisp, see quicklisp documentation, that's very simple. I just git cloned FriCAS, I attached two files and a patch to modify configure.ac, configure and src/interp/Makefile.in, otherwise the Makefile.in and configure.ac is also attached (if you use the two files and not the patch issue 'autoconf' in the source tree to regenerate the ./configure script. After, a simple ./configure --enable-gmp --enable-hunchentoot will do the trick. Eventually, see ./configure --help for quicklisp use. The code to build FriCAS with Hunchentoot is from Ralf Hemmecke and Kurt Pagani. I think Waldek wants another way to interface with Jupyter if this has to be done. I am not sure. In any case avoid multiple dependencies . - Greg Le dim. 22 déc. 2024 à 00:56, Waldek Hebisch <[email protected]> a écrit : > > On Thu, Oct 24, 2024 at 10:59:31PM -0700, Aravindh Krishnamoorthy wrote: > > Dear Waldek, > > > > Sorry for my late response. > > Sorry for delayed answer. I lost the context and had to look up > old messages, so I did not answer immediately. Ignat's message > remaided me about your message. > > > > Or for some reason you want FriCAS graphics but want to specifically > > disable HyperDoc? > > > > Unfortunately, this seems to be my personal preference. > > The FriCAS CLI and HyperDoc GUI look very dated to me. So, I use FriCAS > > primarily as a kernel for Jupyter notebook. > > OK, I understand that you _normally_ do not want to use HyperDoc. > That still is not a reason to not building it: if you build it > you can use it if at some moment you decide that maybe it is > of some use. > > I looked at the patch and apparently you want to disable building > HyperDoc by default, that I find unacceptable. First, HyperDoc > offer some functionality that ATM have no satisfactory replacement. > Second, currently HyperDoc build builds several examples that beside > being examples test FriCAS functionality and of course we also > want info if HyperDoc build breaks. > > Of course, if you _really_ do not want to build HyperDoc, then > extra option to configure to disable HyperDoc is OK. > > -- > Waldek Hebisch > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/fricas-devel/Z2dVnwbHZlGfdP8A%40fricas.org. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dbqbkNeupwPq3gyhb-Agrh6PrjdjDZFxfi%3DEC9qhnjb3A%40mail.gmail.com.
configure.ac
Description: Binary data
fricas.patch.gz
Description: GNU Zip compressed data
Makefile.in
Description: Binary data
