On Wed, May 03, 2023 at 09:31:00PM +0200, Ralf Hemmecke wrote:
>  I guess you want to release soon (when approximately?).

Good time would be June, but there really a lot of things which
should be done first.

> Then maybe we do
> that with HashTable afterwards. I would rather like this hunchentoot thing
> inside FRICASsys as I described here
> 
> https://hemmecke.github.io/fricas/install.html#jfricas-optional
> 
> patches are in the wip/fricas-jfricas branch of my github repo.

Hmm, in one place you mention wip/fricas-sbcl-hunchentoot, which
one should I look at.

> The above basically describes a way to build everything from the gitrepo
> that could then make a distribution.

Well, quicklisp dependence is very problematic.  One trouble is that
during release build there is no network access.  Another is that
it seem to be unversioned, so there is no way to say "works with
P1 version x1.y1, P2 version x2.y2, ..., Pn verion xn.yn".  It
seems that to work around this we will need to bundle everything
that quicklisp fetches from the net.

Another trouble is hardcoded paths.  FriCAS is supposed to find
all files that it needs relative to path specified by FRICAS
environment variable.  Currently for Lisp files I use simple
approach: everything that is needed is loaded and dumped as part
of core.  I am not sure if this will work for hunchentoot,
but that would be my first try,

-- 
                              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 fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20230503222523.5ihwapy43cvri7pp%40fricas.math.uni.wroc.pl.

Reply via email to