On 03.07.23 09:21, Grégory Vanuxem wrote:
Just built using SBCL-2.3.6 (dynamic-space-size=4Gb) with GMP and Aldor
support.
It is just a pity from my point of view there is no support of Hunchentoot
in it.
I mean having an option for it.
Well, there is no option for it in the FriCAS build machinery, because
the need of Hunchentoot is currently somewhat orthogonal to the main
FriCAS area, i.e., you can work perfectly fine with FriCAS even if you
do not have Hunchentoot.
Hunchentoot is only needed if one wants the jFriCAS interface. And for
that one just needs to provide and use HSBCL during the build of FriCAS.
So in some sense there is a configure option, but agreed, the burden to
build/fetch HBCL is completely put onto the user.
See (currently, till the official docs are build):
https://hemmecke.github.io/fricas/install.html#hunchentoot-optional
Until the official distribution of hsbcl-1.3.9.tar is put onto the
release page you can use this:
wget http://www.math.uni.wroc.pl/~hebisch/fricas/hsbcl.tar
tar -xf hsbcl.tar
cd hsbcl
time ./build_hsbcl > rap1 2>&1
as written here:
https://groups.google.com/g/fricas-devel/c/ixaDVZ6inxw/m/KY4WWapYAwAJ
I find hsbcl-1.3.9.tar a bit misleading, because the version number
refers to FriCAS and not SBCL. In fact, hsbcl-1.3.9.tar just contains
build instructions to build an SBCL image with Hunchentoot included.
What version of SBCL you use is completely up to what the user provides
on his/her system.
Can you try out whether the build instructions on
https://hemmecke.github.io/fricas/install.html
work for you to build FriCAS with the jFriCAS interface? Maybe there is
still something unclear that we could fix before release.
Thanks.
Ralf
--
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 on the web visit
https://groups.google.com/d/msgid/fricas-devel/c9720e32-3bc9-d4aa-7e84-e4925e18de6a%40hemmecke.org.