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 W
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 f
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 -mt
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
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 sag
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, Oct
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 zsc.
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
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 CPPFLAGS="-I/usr/local/
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
> w
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, Octob
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: gcc
12 matches
Mail list logo