[sage-devel] sage 9.7 beta 3; a success!

2022-07-08 Thread Raymond Rogers
I just compiled and tested beta 3, and it compiled successfully (including installing jupyterlab). It also fixed an "interact" problem. For a description and test program, see https://ask.sagemath.org/question/63149/jupyterlab-bug-with-interact-slider/?answer=63194#post-id-63194 Uubntu Mate 1

[sage-devel] Build-alert!

2022-04-26 Thread Raymond Rogers
Hi, On a fresh download/configure/make for 9.5; I got a message; to send error to sage-devel@googlegroups.com It actually seemed to trundle on okay. build-deve.log   is terminal clip. of the make request The others are what  I think are relevant/asked for. ./sage ./sage --notebook seem to run

[sage-devel] Sage 9.4 and Ubuntu 21.04-- Use: sage-9.4.tar.gz

2021-09-06 Thread Raymond Rogers
I tried to compile sage-9.4-Ubuntu_20.04-x86_64.tar.bz2 on a 21.04 system and it failed. Then I downloaded sage-9.4.tar.gz and it seems to be working fine. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop r

[sage-devel] recurrence-rsolve-check

2021-03-03 Thread Raymond Rogers
I asked a question about a rsolve result on ask sagemath: https://ask.sagemath.org/question/55961/recurrence-rsolve-check/ Emmanuel Charpentier was kind enough to expand on it as an error with numeric examples and a comparison with Mathematica. My computer: SageMath version 9.2, Release Date: 202

Re: [sage-devel] Re: openssl on Release 20.04.1 LTS (Focal Fossa) 64-bit mate

2020-10-12 Thread Raymond Rogers
On 10/12/20 4:52 AM, Samuel Lelièvre wrote: 2020-10-12 04:12 UTC, Raymond Rogers: On 10/11/20 7:12 PM, Samuel Lelievre wrote: 2020-10-11 22:12:20 UTC, Raymond Rogers: Jupyter didn't run because of "openssl development" missing. This mate release doesn't have openssl-de

Re: [sage-devel] Re: openssl on Release 20.04.1 LTS (Focal Fossa) 64-bit mate

2020-10-11 Thread Raymond Rogers
On 10/11/20 7:12 PM, Samuel Lelievre wrote: 2020-10-11 22:12:20 UTC, Raymond Rogers: > > Jupyter didn't run because of "openssl development" missing. > This mate release doesn't have openssl-dev stand alone. > I did have openssl installed but there wasn'

[sage-devel] openssl on Release 20.04.1 LTS (Focal Fossa) 64-bit mate

2020-10-11 Thread Raymond Rogers
Jupyter didn't run because of "openssl development" missing. This mate release doesn't have openssl-dev stand alone. I did have openssl installed but there wasn't openssl-dev in the direct list. I installed the "dev" of libssl-dev (and some other related items) and it now works fine. The only p