Re: [sage-devel] Building Sage on Cygwin: Possibly Linking Error

2015-08-20 Thread Travis Scrimshaw
Current Cython version didn't work either. I didn't get a chance to finish with the included GCC. I've pulled in beta2, ran make distclean, added #19054 (instead of my fix), and trying that now. If that doesn't work In related news, I just ran into http://trac.sagemath.org/ticket/13947 using bo

Re: [sage-devel] Re: Should sage -i install *dependencies* of packages?

2015-08-20 Thread Volker Braun
Apart from not spewing the entire log to stdout (can anybody read that fast?), we should re-print the prompt on keyboard input thats not "y" or "n" On Thursday, August 20, 2015 at 4:31:48 PM UTC-4, Jeroen Demeyer wrote: > > On 2015-08-18 10:51, Nathann Cohen wrote: > >> Since I maintain an opt

Re: [sage-devel] git diff wrong?

2015-08-20 Thread Jeroen Demeyer
On 2015-08-18 23:20, Stefan wrote: Can I give something like this positive review, in spite of the trac website messing things up? Yes, the git Trac plugin is known to sometimes give wrong diffs. What matters is what the command-line git says. Jeroen. -- You received this message because yo

Re: [sage-devel] Re: Integer from mpz_t

2015-08-20 Thread Jeroen Demeyer
On 2015-08-19 11:31, Jean-Pierre Flori wrote: On Wednesday, August 19, 2015 at 12:21:36 PM UTC+2, vdelecroix wrote: Note that all the solutions given will *copy* the mpz_t to the Integer. Is that what you want? It is also possible to avoid the copy if it is worth it (i.e. you have

Re: [sage-devel] Re: Should sage -i install *dependencies* of packages?

2015-08-20 Thread Jeroen Demeyer
On 2015-08-18 10:51, Nathann Cohen wrote: Since I maintain an optional package that depends on another optional package that must not be automatically installed because of licence: Will the automatic installation of dependencies be involve asking the user if the licence of the dependency is not G

Re: [sage-devel] Re: Simultaneously citing Sage and a new paper

2015-08-20 Thread Michael Orlitzky
On 08/20/2015 02:40 PM, Nathann Cohen wrote: > I'm working on a paper where we coin a new term and implement a new > algorithm. I'd like to cite Sage as an implementation, but then I > have a > chicken and egg problem. > > > If your algorithm is complicated and "needs a proof", t

Re: [sage-devel] Simultaneously citing Sage and a new paper

2015-08-20 Thread Travis Scrimshaw
What I would do is: - Write the code and put it on a ticket. - Post the paper on the arXiv, citing Sage. - Reference the arXiv version in the initial patch just saying preprint. - Change the reference once the paper is accepted and published (which is super easy, and it's not like we have a short

Re: [sage-devel] Simultaneously citing Sage and a new paper

2015-08-20 Thread Nathann Cohen
> The simplest solution is to write the code up in a my_code.sage file, > post it somewhere, and include examples in your paper. If you do that or if you try the '.spkg' approach, be careful that the code you need is available in the *latest stable release* and not only in the latest beta. With t

Re: [sage-devel] Simultaneously citing Sage and a new paper

2015-08-20 Thread David Joyner
On Thu, Aug 20, 2015 at 2:17 PM, Michael Orlitzky wrote: > I'm working on a paper where we coin a new term and implement a new > algorithm. I'd like to cite Sage as an implementation, but then I have a > chicken and egg problem. > > I'd like the code to work before we submit the paper.. but to do

[sage-devel] Re: Simultaneously citing Sage and a new paper

2015-08-20 Thread Nathann Cohen
> > I'm working on a paper where we coin a new term and implement a new > algorithm. I'd like to cite Sage as an implementation, but then I have a > chicken and egg problem. If your algorithm is complicated and "needs a proof", then I'd personally feel prefer to wait till the paper is accept

[sage-devel] Simultaneously citing Sage and a new paper

2015-08-20 Thread Michael Orlitzky
I'm working on a paper where we coin a new term and implement a new algorithm. I'd like to cite Sage as an implementation, but then I have a chicken and egg problem. I'd like the code to work before we submit the paper.. but to do that, I need to add a method that only appears in our paper. The on

[sage-devel] cartesian products, categories and pushout: a bug in #18182

2015-08-20 Thread Daniel Krenn
With http://trac.sagemath.org/ticket/18182 we can use pushout categorial constructions (via functors) for cartesian products. This one can do arithematic with them and the coercion framework works. Unfortunately, there is the following strange bug: sage: from sage.categories.pushout import pus

Re: [sage-devel] Re: SSLv3 and Sage 6.8

2015-08-20 Thread Jori Mäntysalo
On Wed, 19 Aug 2015, Dima Pasechnik wrote: Sage(nb) does not ship its own ssl implementation, so it got to updated elsewhere. OK, but does it contain a configuration file for ssl? Or some commands that use system-wide ssl without configuration? At least Ubuntu tells how to disable SSLv3 ---