Re: [sage-devel] Re: Database of number fields

2020-02-22 Thread 'Julien Puydt' via sage-devel
Le samedi 22 février 2020 à 18:36 -0800, Nils Bruin a écrit : > On Saturday, February 22, 2020 at 12:54:47 PM UTC-8, Snark wrote: > > If I understand well, there's a series of build steps : > > pari code -> data files -> sobj > > and the last step is jones.py. > > > > As far as you, the soft

Re: [sage-devel] Re: Database of number fields

2020-02-22 Thread Nils Bruin
On Saturday, February 22, 2020 at 12:54:47 PM UTC-8, Snark wrote: > > If I understand well, there's a series of build steps : > pari code -> data files -> sobj > and the last step is jones.py. > > As far as you, the software packager, are concerned, the only relevant step just data files -> s

Re: [sage-devel] Error Building Sage

2020-02-22 Thread Volker Braun
I've built Sage in WSL before, its really a pretty standard Ubuntu. OP's problem is that he's building it on /mnt/c/, the mounted windows filesystem. That one is not POSIX so there is little chance. You have to build it on the internal WSL filesystem, which is fully POSIX compatible. On Satur

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-22 Thread Simon King
On 2020-02-22, Emmanuel Charpentier wrote: > Le samedi 22 février 2020 14:35:49 UTC+1, Eric Gourgoulhon a écrit : >> A solution here is to declare explicitly the LaTeX name of the symbolic >> variable at creation, as we did when using only ASCII names: >> > > Of course. but this somehow defeats t

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-22 Thread Emmanuel Charpentier
Le samedi 22 février 2020 14:35:49 UTC+1, Eric Gourgoulhon a écrit : > > Hi Emmanual, > > > Le vendredi 21 février 2020 20:39:31 UTC+1, Emmanuel Charpentier a écrit : >> >> But such variable names may cause havoc in a \LaTeX output. Consider: >> >> sage: var("λ") >> λ >> >> This works >> >> sage:

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread Dima Pasechnik
On Sat, Feb 22, 2020 at 10:20 PM varenyam bakshi wrote: > > no but i am working on an already existing ticket so i will mention the name > of that branch only you don't have write permissions for this branch. Only gh-Torrencem has them. If you want to update the branch, push to "your" branch an

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread varenyam bakshi
no but i am working on an already existing ticket so i will mention the name of that branch only On Sun, Feb 23, 2020 at 2:27 AM Dima Pasechnik wrote: > On Sat, Feb 22, 2020 at 9:13 PM varenyam bakshi > wrote: > > > > $ git push trac HEAD:u/gh-Torrencem/2617_solve_check_domain > > Is this your

[sage-devel] rust libraries called from Sage

2020-02-22 Thread Dima Pasechnik
I was surprised to find out this: https://github.com/Torrencem/addcombq (This is a Sage package (python package) for fast Additive Combinatorics functions in Sage) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread Dima Pasechnik
On Sat, Feb 22, 2020 at 9:13 PM varenyam bakshi wrote: > > $ git push trac HEAD:u/gh-Torrencem/2617_solve_check_domain Is this your github account: https://github.com/Torrencem ? I guess not, that's why you get this error... > > > Counting objects: 7, done. > Delta compression using up to 8 t

Re: [sage-devel] Re: Database of number fields

2020-02-22 Thread 'Julien Puydt' via sage-devel
Hi, Le samedi 22 février 2020 à 09:33 -0800, Nils Bruin a écrit : > Sorry, code to produce the sobj is already included in the package. > From jones.py: > def _init(self, path): > """ > Create the database from scratch from the PARI files on John > Jones's > web page,

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread varenyam bakshi
$ git push trac HEAD:u/gh-Torrencem/2617_solve_check_domain Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 787 bytes | 787.00 KiB/s, done. Total 7 (delta 6), reused 0 (delta 0) remote: FATAL: W refs/heads/u/

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread Dima Pasechnik
On Sat, 22 Feb 2020, 20:27 varenyam bakshi, wrote: > there are three keys there > should remove all and generate a new one?? > these keys are not generated. they are cached from the previous ssh connections. Anyhow, the offending (bad) key is on line 1 - this is what your error message says.

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread varenyam bakshi
there are three keys there should remove all and generate a new one?? On Sun, Feb 23, 2020 at 12:44 AM Dima Pasechnik wrote: > for some reason you have a wrong host key for the trac git server in > ~/.ssh/known_hosts > > remove it there and try again. > > > On Sat, 22 Feb 2020, 18:36 varenyam ba

Re: [sage-devel] Error Building Sage

2020-02-22 Thread Dima Pasechnik
I don't think anyone managed to build Sage on WSL. On Sat, 22 Feb 2020, 19:47 Tanav Shah, wrote: > Hi > > I have downloaded the source code for SageMath from > https://www.sagemath.org/download-source.html and am willing to > contribute for the same. I have been following the steps provided in

Re: [sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread Dima Pasechnik
for some reason you have a wrong host key for the trac git server in ~/.ssh/known_hosts remove it there and try again. On Sat, 22 Feb 2020, 18:36 varenyam bakshi, wrote: > i tried to push changes to ticket #2167 > $git push trac t/2617/2617_solve_check_domain > > and here is the output: > > Wa

[sage-devel] Error Building Sage

2020-02-22 Thread Tanav Shah
Hi I have downloaded the source code for SageMath from https://www.sagemath.org/download-source.html and am willing to contribute for the same. I have been following the steps provided in this page http://doc.sagemath.org/html/en/installation/source.html#prerequisites, but am getting an error

[sage-devel] unable to push changes to an already existing ticket in sage trac server

2020-02-22 Thread varenyam bakshi
i tried to push changes to ticket #2167 $git push trac t/2617/2617_solve_check_domain and here is the output: Warning: the ECDSA host key for 'trac.sagemath.org' differs from the key for the IP address '104.197.143.230' Offending key for IP in /home/uranium/.ssh/known_hosts:1 Matching host key i

[sage-devel] Re: Database of number fields

2020-02-22 Thread Nils Bruin
Sorry, code to produce the sobj is already included in the package. From jones.py: def _init(self, path): """ Create the database from scratch from the PARI files on John Jones's web page, downloaded (e.g., via wget) to a local directory, which is specified as

[sage-devel] Re: Database of number fields

2020-02-22 Thread Nils Bruin
On Saturday, February 22, 2020 at 8:13:17 AM UTC-8, Snark wrote: > > Hi, > > I wanted to package sagemath's optional package > "database_jones_numfield" for Debian, but it appears to be merely a > binary object. > > The article describing (a version of?) the database is here: Jones, J., & Robe

[sage-devel] Database of number fields

2020-02-22 Thread 'Julien Puydt' via sage-devel
Hi, I wanted to package sagemath's optional package "database_jones_numfield" for Debian, but it appears to be merely a binary object. For Debian, I need sources : where is the generation script I can use to re-generate the .sobj? Thanks, JP -- You received this message because you are subscr

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-22 Thread Eric Gourgoulhon
Hi Emmanual, Le vendredi 21 février 2020 20:39:31 UTC+1, Emmanuel Charpentier a écrit : > > But such variable names may cause havoc in a \LaTeX output. Consider: > > sage: var("λ") > λ > > This works > > sage: latex(λ^2) > λ^{2} > > Ahem: the rendition of λ is ... "λ", which pdflatex doesn't acce

Re: [sage-devel] unable to connect to git trac server

2020-02-22 Thread DIVESH KUMAR
I couldn't push into a test repository in github the error was > remote: Invalid username or password. > > fatal: Authentication failed for >> 'https://github.com/diveshkr-code/Testing-git.git/' > > > it's probaly because my remote origin in .git/config is different than my url(it is somehow set