Re: [sage-devel] Errors in determinant of 'large' symbolic matrices as opposed to working over better rings

2020-12-16 Thread Linden Disney
Ok I've modified the code to plain sage to make it more useful and I've copied it below. Given that it's hard to compare the determinants of the raw matrices, as they are defined in terms of different variables, I have found the z^2 coefficient in each case and you can see they are different. I

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
Hi everybody. Got sage running ok this time. % sage ┌┐ │ SageMath version 9.3.beta4, Release Date: 2020-12-14 │ │ Using Python 3.9.1. Type "help()" for help.│ I essentially had to 1) remov

Re: [sage-devel] Sage on Windows

2020-12-16 Thread Matthias Koeppe
This looks like https://trac.sagemath.org/ticket/29537 "cygwin-standard: build not portable despite using SAGE_FAT_BINARY=yes, NTL-related" On Wednesday, December 16, 2020 at 8:24:02 AM UTC-8 Jan Groenewald wrote: > Correct output will follow when she figures out how to run coreinfo -- it > jus

[sage-devel] Re: Flint 2.7.0 release candidate 1

2020-12-16 Thread 'Bill Hart' via sage-devel
Hi all, I have now tagged flint-2.7-rc2. There are some minor fixes and in particular some CMake issues fixed in this RC. It is not expected that there will be a further RC and the final release will be made some time on Friday if no more serious issues are reported. Bill. On Thu, 10 Dec 2020 at

Re: [sage-devel] Sage on Windows

2020-12-16 Thread Jan Groenewald
Correct output will follow when she figures out how to run coreinfo -- it just opens a terminal and closes quickly. That is not the right output. On Wed, 16 Dec 2020 at 16:30, Dima Pasechnik wrote: > Jan mentioned Celeron N3060, but this is Xeon W3520, a rather different > CPU. > > On Wed, Dec 1

Re: [sage-devel] Sage on Windows

2020-12-16 Thread Dima Pasechnik
Jan mentioned Celeron N3060, but this is Xeon W3520, a rather different CPU. On Wed, Dec 16, 2020 at 1:07 PM Malala Rakotondrasoa wrote: > Hi! This is the output after I run coreinfo > > On Wednesday, December 16, 2020 at 2:59:14 PM UTC+3 dim...@gmail.com > wrote: > >> On Wed, Dec 16, 2020 at 11

Re: [sage-devel] Sage on Windows

2020-12-16 Thread Malala Rakotondrasoa
Hi! This is the output after I run coreinfo On Wednesday, December 16, 2020 at 2:59:14 PM UTC+3 dim...@gmail.com wrote: > On Wed, Dec 16, 2020 at 11:36 AM Jan Groenewald wrote: > >> Hi >> >> On Wed, 16 Dec 2020 at 11:26, Dima Pasechnik wrote: >> >>> it looks as if the hardware does not understa

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Dima Pasechnik
On Wed, Dec 16, 2020 at 12:15 PM Pierre Vanhove wrote: > > no - brew doctor was clean. > > Now it gives me this > > > % brew doctor > Please note that these warnings are just used to help the Homebrew maintainers > with debugging if you file an issue. If everything you use Homebrew for is > workin

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
no - brew doctor was clean. Now it gives me this % brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks!

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Dima Pasechnik
On Wed, Dec 16, 2020 at 10:27 AM Pierre Vanhove wrote: > > Hi > >You seem to be trying with the same semi-broken Command Line Tools as > >we discussed yesterday. > >Could you please consider installing the latest XCode? > > I have done this and my version of Xcode is Version 12.3 (12C33) > and > %

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
Hi >You seem to be trying with the same semi-broken Command Line Tools as >we discussed yesterday. >Could you please consider installing the latest XCode? I have done this and my version of Xcode is Version 12.3 (12C33) and % xcode-select -v xcode-select version 2373. Now, compilation just fail

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Dima Pasechnik
On Wed, Dec 16, 2020 at 9:34 AM Pierre Vanhove wrote: > > Hi - so I've tried to recompile (after distclean etc. ) now I get another > compilation error > > Error installing package markupsafe-1.1.1 You seem to be trying with the same semi-broken Command Line Tools as we discussed yesterday. Coul

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
Hi - so I've tried to recompile (after distclean etc. ) now I get another compilation error Error installing package markupsafe-1.1.1 Le mercredi 16 décembre 2020 à 10:01:26 UTC+1, dim...@gmail.com a écrit : > It is not usual that the 1st run went ok, but the next one crashed on > startup. >

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Dima Pasechnik
It is not usual that the 1st run went ok, but the next one crashed on startup. Could you try to move away ~/.sage/ and see if it helps? (it tends to accumulate incompatible stuff and during updates cause all sorts of issues) If it doesn't help: Could you provide the output of otool -L /Users/pie

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
Here is the crash report Le mercredi 16 décembre 2020 à 09:17:14 UTC+1, Pierre Vanhove a écrit : > Hi > > thanks for the tips. So I have recompiled sage successfully > > touch > "/Users/pierre/local/sage-9.3.beta4/local/var/lib/sage/installed/sagelib-9.3.beta4" > "/Users/pierre/local/sage-9

Re: [sage-devel] Re: pillow-7.2.0 build issue with homebrew libzip

2020-12-16 Thread Dima Pasechnik
On Wed, Dec 16, 2020 at 4:51 AM Zachary Scherr wrote: > > I have not. I just sourced .homebrew-build-env and then built in the normal > way. I haven't had this problem in the past, but I'm not sure when homebrew > installed libzip on my laptop (I see it is a dependency of php). > > I can see i

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-16 Thread Pierre Vanhove
Hi thanks for the tips. So I have recompiled sage successfully touch "/Users/pierre/local/sage-9.3.beta4/local/var/lib/sage/installed/sagelib-9.3.beta4" "/Users/pierre/local/sage-9.3.beta4/build/bin/sage-starts" Testing that Sage starts... [2020-12-16 01:46:39] SageMath version 9.3.beta4, Re