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 build mpir-3.0.0 pretty early i

Re: [sage-devel] SSL missing

2021-01-26 Thread Dima Pasechnik
On Tue, Jan 26, 2021 at 6:23 PM Murray Eisenberg wrote: > > Meaning what? it is removed in 9.3, and hopelessly broken in 9.2. > > On 26 Jan2021, at 12:22 PM, Dima Pasechnik wrote: > > please consider Sage''s macOS app dead. > > > On Tue, 26 Jan 2021, 17:08 Murray Eisenberg, > wrote: >> >> If

Re: [sage-devel] SSL missing

2021-01-26 Thread dmo...@deductivepress.ca
The mac app is not being supported and cannot be expected to work any more. The discussion on trac ticket #29710 includes comments that "It seems it is only causing trouble" and "this version of mac app must be retired", and ends with "mac app has been removed". Trac ticket #31000 is "Provide ma

Re: [sage-devel] SSL missing

2021-01-26 Thread Murray Eisenberg
Meaning what? > On 26 Jan2021, at 12:22 PM, Dima Pasechnik wrote: > > please consider Sage''s macOS app dead. > > > On Tue, 26 Jan 2021, 17:08 Murray Eisenberg, > wrote: > If one wants the app, too, then how does one fix the missing SSL issue? > > On Monday,

[sage-devel] SageMath9.2.app server error after openssl fix (macOS 11.1)

2021-01-26 Thread Murray Eisenberg
I applied the fix from https://github.com/3-manifolds/fix_mac_sage to supply the missing openssl, thereby to allow the server to start. (Otherwise, the server does not start.) Now I get this error in the jupyter window once the server starts: Server error: Traceback (most recent call last): Fil

[sage-devel] Sage 9.2 under macOS 11.1 Server error

2021-01-26 Thread Murray Eisenberg
I applied the fix from https://github.com/3-manifolds/fix_mac_sage to install the otherwise missing openssl. (Without it, the server would not start at all when I opened SageMath-9.2.app.) Now I get the following error in the jupyter window: Server error: Traceback (most recent call last): File

Re: [sage-devel] Re: SSL missing

2021-01-26 Thread Dima Pasechnik
please consider Sage''s macOS app dead. On Tue, 26 Jan 2021, 17:08 Murray Eisenberg, wrote: > If one wants the app, too, then how does one fix the missing SSL issue? > > On Monday, January 25, 2021 at 7:13:16 PM UTC-5 zsc...@gmail.com wrote: > >> Actually, it looks like you don't already need S

[sage-devel] Re: SSL missing

2021-01-26 Thread Murray Eisenberg
If one wants the app, too, then how does one fix the missing SSL issue? On Monday, January 25, 2021 at 7:13:16 PM UTC-5 zsc...@gmail.com wrote: > Actually, it looks like you don't already need SSL installed since it > comes with that fix. > > On Monday, January 25, 2021 at 7:10:25 PM UTC-5 Zacha

Re: [sage-devel] Review request: Choeskly-for-sparse-matrices patch

2021-01-26 Thread Michael Orlitzky
On Mon, 2021-01-25 at 23:19 -0800, Siddharth Bhat wrote: > Hey all, > > I'm very new here, so I'm unsure how this works; > I submitted a patch on saturday that implements chokesly > decomposition for > sparse matrices by calling out to cvxopt.cholmod: > https://trac.sagemath.org/ticket/13674 >

[sage-devel] Re: is_invertible() too slow comparing to rank() over GF(2^k)

2021-01-26 Thread Samuel Lelievre
A ticket was opened for this: - (re)implement is_invertible() for GF(2^e) https://trac.sagemath.org/ticket/31274 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Ubuntu 20.4 , compile from , source, openblas / gfortran error !!

2021-01-26 Thread Dima Pasechnik
do you have gfortran installed? Ideally, one should look at the advice printed at the end of the run of ./configure and install the packages mentioned there (likely you can just use system's openblas) HTH Dima On Tue, Jan 26, 2021 at 10:27 AM Joni-Pekka Kurronen wrote: > > > [openblas-0.3.9] -W

[sage-devel] Ubuntu 20.4 , compile from , source, openblas / gfortran error !!

2021-01-26 Thread Joni-Pekka Kurronen
[openblas-0.3.9] -Wl,--whole-archive ../libopenblas_atomp-r0.3.9.a -Wl,--no-whole-archive \ [openblas-0.3.9] -Wl,-soname,libopenblas.so.0 -lm -lpthread -lgfortran -lm -lpthread -lgfortran [openblas-0.3.9] /usr/bin/ld: cannot find -lgfortran [openblas-0.3.9] collect2: error: ld returned 1 exit st