[sage-release] Re: Sage 7.5.beta5 released

2016-12-01 Thread Sébastien Labbé
> > make ptestlong creates two sage.png file due to #21947 (I will create a > ticket to fix this shortly) > https://trac.sagemath.org/ticket/22009 -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop

Re: [sage-release] Sage 7.5.beta5 released

2016-12-01 Thread François Bissey
On 02/12/16 14:47, Paul Masson wrote: I see many instances of SAGE_SRC in the source code but not so many of SAGE_LIB. I'm also not finding any documentation for SAGE_LIB. How are people supposed to know what is considered the proper use of the two locations? How many of the package that you

Re: [sage-release] Sage 7.5.beta5 released

2016-12-01 Thread François Bissey
Re-reading your answer again, if you don't want it along side the .py files you'll have to install it in something like local/share/sage. You could put it in its own folder under src/ext/ and it would installed automatically by the current mechanic. But you would have to change SAGE_SRC to

Re: [sage-release] Sage 7.5.beta5 released

2016-12-01 Thread François Bissey
I am testing a patch. Basically you really want the html file to be installed like the other python files. Then you can use SAGE_LIB which really is the top level of "site-packages" instead of SAGE_SRC. This is what I am testing right now diff --git a/src/sage/plot/plot3d/base.pyx

Re: [sage-release] Sage 7.5.beta5 released

2016-12-01 Thread Paul Masson
François, I'm responsible for this but need more information. It was recommended by one of my reviewers that I keep an HTML template for Three.js support separate from the Python code and the template must be accessible at runtime. For this first version it's sitting in the source code next to

Re: [sage-release] Sage 7.5.beta5 released

2016-12-01 Thread François Bissey
Can please people stop using files in SAGE_SRC at runtime and people stop reviewing such things positively unless there is absolutely no choices. In sage/plot/plot3d/base.pyx we have line 410 and after: from sage.env import SAGE_SRC filename = os.path.join(SAGE_SRC, 'sage',

[sage-release] Re: Sage 7.5.beta5 released

2016-12-01 Thread Paul Masson
The develop branch now has two uncommitted files, both with the first line: # This file is auto-generated by sage_setup/autogen/pari/generator.py On Thursday, December 1, 2016 at 3:15:57 PM UTC-8, Volker Braun wrote: > > As always, you can get the latest beta version from the "develop" git >

[sage-release] Sage 7.5.beta5 released

2016-12-01 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html 163489e Updated SageMath version to 7.5.beta5 d1d859d Trac #22000: The coding conventions for INPUT: blocks have