On Tue, Nov 24, 2020 at 01:18:58PM +0100, [email protected] wrote:
> Hello to everybody
>
> As a debian user I happily discovered today that Camm Maguire uploaded to
> debian unstable "fricas v 1.3.6-1", with the packages:
>
> elpa-fricas
> fricas
> fricas-databases
> fricas-doc
> fricas-graphics
> fricas-graphics-data
> fricas-hypertex
> fricas-hypertex-data
> fricas-source
> fricas-test
>
> https://tracker.debian.org/pkg/fricas
>
> Thanks to Camm and to whom contributed that!
>
> Does somebody know/understand which lisp compiler has been used for the
> binary? (If yes: will the binary be compatible with the requirements of
> jfricas?)
>From Debian rules file:
build-stamp:
dh_testdir
export GCL_ANSI=t ; \
eval `dpkg-buildflags --export=sh` && ./configure --with-lisp=gcl --pre
fix=/usr && $(MAKE)
(cd src/input && $(MAKE) check) | tee debian/test_results
so it is clear...
--
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 on the web visit
https://groups.google.com/d/msgid/fricas-devel/20201124132517.GA10427%40math.uni.wroc.pl.