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
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
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
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
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:
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
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
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
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
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,
$ 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/
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.
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo