Re: [sage-devel] Re: Transpiling from Mathematica syntax to sage backends

2020-10-28 Thread Rocky Bernstein
Thanks for the kind words. I just posted a general announcement of the recent release candidate. See https://groups.google.com/g/sage-devel/c/676IgptcB7I Something I personally am interested in is interoperability between the various systems and backends. One thing that comes to mind is taking

[sage-devel] Mathics 1.1rc1 released

2020-10-28 Thread Rocky Bernstein
Hey all - After a gap of 4 years, we've have a new pre-release for Mathics: Mathics 1.1rc1. In brief, there are over 50 new built-in functions, and we've updated the code so that it now works current releases of the software it uses: Python, sympy, Django, etc. Details of the release can be

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread Dima Pasechnik
On Wed, 28 Oct 2020, 14:33 Zachary Scherr, wrote: > Hopefully somebody with more experience can weigh in, but for the record I > have pari installed via homebrew and there the configure is only with > --with-gmp and --with-readline and that works with building sage. It's > plausible that the

[sage-devel] Re: git clone git://github.com/sagemath/sage.git didn't do what I expected

2020-10-28 Thread Matthias Koeppe
On Wednesday, October 28, 2020 at 10:34:13 AM UTC-7, Peter Mueller wrote: > > I just tried to follow the first few steps from the Developer's Guide > v9.2. From that I would have expected that after running "git clone git:// > github.com/sagemath/sage.git" I would find two branches of the source

[sage-devel] git clone git://github.com/sagemath/sage.git didn't do what I expected

2020-10-28 Thread 'Peter Mueller' via sage-devel
I'm sorry if the following is more appropriate for sage-support. I just tried to follow the first few steps from the Developer's Guide v9.2. From that I would have expected that after running "git clone git://github.com/sagemath/sage.git" I would find two branches of the source code, namely

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread Zachary Scherr
Hopefully somebody with more experience can weigh in, but for the record I have pari installed via homebrew and there the configure is only with --with-gmp and --with-readline and that works with building sage. It's plausible that the -mt=pthread is what's causing the issues. On Wednesday,

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread Dima Pasechnik
On Wed, 28 Oct 2020, 14:12 modp...@gmail.com, wrote: > Yes, I have manually installed Pari 2.11.4 after configuring it with: > Confgure --mt=pthread --tune > this it the cause of your problem, as Sage doesn't work with threaded libpari. > On Wednesday, October 28, 2020 at 3:04:01 PM UTC+1

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread modp...@gmail.com
Yes, I have manually installed Pari 2.11.4 after configuring it with: Confgure --mt=pthread --tune On Wednesday, October 28, 2020 at 3:04:01 PM UTC+1 zsc...@gmail.com wrote: > Just wanted to make a couple of comments. First off, brew installs llvm > as keg-only meaning that sage shouldn't even

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread Zachary Scherr
Just wanted to make a couple of comments. First off, brew installs llvm as keg-only meaning that sage shouldn't even be able to find it unless you manually added something like: export PATH="/usr/local/opt/llvm/bin:$PATH" export LDFLAGS="-L/usr/local/opt/llvm/lib" export

Re: [sage-devel] Re: Transpiling from Mathematica syntax to sage backends

2020-10-28 Thread David Joyner
FYI, related to this thread, it looks like Rocky and a few colleagues are giving an upcoming talk (2020-10-30) on Mathics at SD110: https://researchseminars.org/seminar/SageDays110 On Mon, Aug 31, 2020 at 1:44 PM Rocky Bernstein wrote: > > > On Mon, Aug 31, 2020 at 1:00 PM E. Madison Bray >

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread Dima Pasechnik
try make distclean and the build On Wed, 28 Oct 2020, 09:57 modp...@gmail.com, wrote: > > I tried uninstalling LLVM and building it again, but it fails again for > cysignals. > But the problem now seems that it still sets -I and -L flags with > non-existent LLVM directories. > On Tuesday,

Re: [sage-devel] Building Sage 9.2 on Mac fails due to cysignals

2020-10-28 Thread modp...@gmail.com
I tried uninstalling LLVM and building it again, but it fails again for cysignals. But the problem now seems that it still sets -I and -L flags with non-existent LLVM directories. On Tuesday, October 27, 2020 at 5:10:58 PM UTC+1 Matthias Koeppe wrote: > From config.log: > > configure:5906: