Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Andrey G. Grozin
On Mon, 26 Sep 2022, Dima Pasechnik wrote: brew install ecl ./configure --with-lisp=ecl make Why ecl? It is very slow. sbcl is much faster. Andrey -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Dima Pasechnik
On Mon, Sep 26, 2022 at 10:55 PM Dima Pasechnik wrote: > > > > On Mon, 26 Sep 2022, 22:27 Ralf Hemmecke, wrote: >> >> http://fricas.github.io/install.html > > > that's a seriously Debian/Ubuntu-centric guide. > > On macOS one ought to recommend installing Homebrew and necessary pre-reqs. > >

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Dima Pasechnik
On Mon, 26 Sep 2022, 22:27 Ralf Hemmecke, wrote: > http://fricas.github.io/install.html that's a seriously Debian/Ubuntu-centric guide. On macOS one ought to recommend installing Homebrew and necessary pre-reqs. Once Homebrew is installed, you'd need to run something like brew install ecl

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Ralf Hemmecke
http://fricas.github.io/install.html On 26.09.22 22:29, Gennaro Ferrelli wrote: How can i install It? -- 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

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Gennaro Ferrelli
How can i install It? Il lun 26 set 2022, 14:58 Dima Pasechnik ha scritto: > On Mon, Sep 26, 2022 at 1:47 PM Gennaro Ferrelli > wrote: > > > > Thanks for all the replies. I downloaded sagemath from the GitHub site > and it's a dmg file. I can open either the terminal from sage app (web) or >

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Dima Pasechnik
On Mon, Sep 26, 2022 at 1:47 PM Gennaro Ferrelli wrote: > > Thanks for all the replies. I downloaded sagemath from the GitHub site and > it's a dmg file. I can open either the terminal from sage app (web) or the > console at launch of the program. I don't know well the to do list to install >

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Gennaro Ferrelli
Thanks for all the replies. I downloaded sagemath from the GitHub site and it's a dmg file. I can open either the terminal from sage app (web) or the console at launch of the program. I don't know well the to do list to install Fricas but I found this on the site: ''The -i option is not

[fricas-devel] [PATCH] a small optimization for Fraction

2022-09-26 Thread Qian Yun
I think this is valid optimization, it avoids extra allocation and computation when the gcd is 1. - Qian diff --git a/src/algebra/fraction.spad b/src/algebra/fraction.spad index d9f4754a..b98a3d37 100644 --- a/src/algebra/fraction.spad +++ b/src/algebra/fraction.spad @@ -365,6 +365,7 @@

[fricas-devel] FriCas

2022-09-26 Thread Gennaro Ferrelli
Hi, I'm a Mac user. I have arm64 architecture, so the MacBook with m1 chip. how can I install fracas for SageMath ? thanks all -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop

Re: [fricas-devel] Re: FriCas

2022-09-26 Thread Dima Pasechnik
On Mon, Sep 26, 2022 at 11:14 AM 'Nasser M. Abbasi' via FriCAS - computer algebra system wrote: > > If you downloaded sagemath source tar file, you can just do, after extracting > it > > ./configure --enable-fricas > make > make install > > Since sagemath does not automatically build fricas (it

[fricas-devel] Re: FriCas

2022-09-26 Thread 'Nasser M. Abbasi' via FriCAS - computer algebra system
If you downloaded sagemath source tar file, you can just do, after extracting it ./configure --enable-fricas make make install Since sagemath does not automatically build fricas (it does for giac and maxima) And it will now build sage with fricas automatically. Otherwise you'd have to

[fricas-devel] Re: FriCas

2022-09-26 Thread 'Martin R' via FriCAS - computer algebra system
Very likely, $ sage -i fricas on the console works. If it doesn't, it may be easier to install fricas separately, sage will then know how to use it. On Monday, 26 September 2022 at 10:44:56 UTC+2 gex.fe...@gmail.com wrote: > Hi, I'm a Mac user. I have arm64 architecture, so the MacBook with