Re: [sage-devel] On MacBook Pro running macOS Big Sur 11.1 SageMath failed to build mpir-3.0.0

2021-01-26 Thread Ars-Magna
Thanks On Monday, January 25, 2021 at 3:32:06 PM UTC-5 dim...@gmail.com wrote: > On Mon, Jan 25, 2021 at 8:28 PM Ars-Magna wrote: > > > > Dear All, > > > > I tried to build sage from source on a new MacBook Pro machine and was > surprised to find that it fails to

[sage-devel] On MacBook Pro running macOS Big Sur 11.1 SageMath failed to build mpir-3.0.0

2021-01-25 Thread Ars-Magna
Dear All, I tried to build sage from source on a new MacBook Pro machine and was surprised to find that it fails to build mpir-3.0.0 pretty early in the compilation process. Please find attached the log file is this a known Big Sur 11.1 issue ? -- You received this message because you are sub

[sage-devel] A issue with the Set function in sage

2020-06-25 Thread Ars-Magna
Is the following a bug ? sage: Set([[(Integer(*0*), Integer(*0*)), (Integer(*1*), Integer(*1* ))],[(Integer(*0*), Integer(*0*)), (Integer(*1*), Integer(*1* ))]]).cardinality() 2 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Re: sage-8.5 fails to build from source on MacBook Pro (15-inch, 2017) macOS Mojave version 10.14.2

2018-12-30 Thread Ars-Magna
click on > macOS_SDK_headers_for_macOS_10.14.pkg or run > > open > /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg > > in a terminal. > > > > On Saturday, December 29, 2018 at 1:10:46 PM UTC+1, Ars-Magna wrote: >> >> D

[sage-devel] sage-8.5 fails to build from source on MacBook Pro (15-inch, 2017) macOS Mojave version 10.14.2

2018-12-29 Thread Ars-Magna
Dear Sage-Devel members I tried build sage-8.5 from source and failed on a MacBook Pro (15-inch, 2017) with up to date macOS Mojave version 10.14.2 Are there known issues with this machine ? Are there known work arounds by any chance ? I got the following error a few mn into the compilation

[sage-devel] Re: Error building Sage on MacBook Pro running MacOS High Sierra version 10.13.5

2018-06-11 Thread Ars-Magna
Dear Sage Development team, I was able to resolve the issue. It seems that there is a problem with the build script which performs a parallel compilation of Sage using multiple jobs. Staying clear of any sophisticated export options works just fine. Thanks and best regards, -- You receive

[sage-devel] Iterator appears to be broken in 4.7

2011-06-18 Thread Ars-Magna
Hi all, I noticed that in the 4.6.2 one has the following expected behavior sage: list(x.iterator()) [] where as in 4.7 sage: list(x.iterator()) ValueError . Is it just my machine or any one else observed this behavior I wanted to confirm before creating a Ticket. Best Regards, -- To post to