On Tue, Nov 12, 2019 at 4:44 PM Simon King wrote:
>
> Dear Erik,
>
> On 2019-11-12, E. Madison Bray wrote:
> > On Fri, Nov 8, 2019 at 11:06 PM Simon King wrote:
> >> While we are at it: Currently, for building the package's documentation,
> >> I use "$MAKE html" followed by some "cp -r" to copy
On Fri, Nov 8, 2019 at 11:06 PM Simon King wrote:
>
> Hi Erik,
>
> On 2019-11-08, E. Madison Bray wrote:
> > Just to clarify, once more (and please reread my earlier message in
> > this thread regarding what a "DESTDIR install" is and why that is
> > used),
>
> This does not clarify it to me at a
On Thu, Nov 7, 2019 at 6:26 PM Simon King wrote:
>
> If sdh_make_install and sdh_pip_install can share a single json file,
> then there would be no need to split the package. I.e., the question is
> whether "sdh_pip_install" will override the json file created by
> "sdh_make_install", or whether i
On Wed, Nov 6, 2019 at 6:33 PM Dima Pasechnik wrote:
>
> sdh_install installs a json file into
> SAGE_LOCAL/var/lib/sage/installed/
> which are then used by unistallaller
>
> e.g. "make meataxe" produces SAGE_LOCAL/var/lib/sage/installed/meataxe-1.0.p0
> {
> "package_name": "meataxe",
> "p
On Wed, Nov 6, 2019 at 7:17 PM John H Palmieri wrote:
>
> Simon, you should look at the json file for p_group_cohomology to see if it
> contains all of the installed files, or if indeed some are not listed. If
> everything is there, there is no need to split it into two packages, unless
> I'm m
Simon, you should look at the json file for p_group_cohomology to see if it
contains all of the installed files, or if indeed some are not listed. If
everything is there, there is no need to split it into two packages, unless
I'm missing something.
On Wednesday, November 6, 2019 at 9:33:04 AM
sdh_install installs a json file into
SAGE_LOCAL/var/lib/sage/installed/
which are then used by unistallaller
e.g. "make meataxe" produces SAGE_LOCAL/var/lib/sage/installed/meataxe-1.0.p0
{
"package_name": "meataxe",
"package_version": "1.0.p0",
"install_date": "Wed Nov 6 17:24:57 GMT
On Wed, Nov 6, 2019 at 7:58 AM Simon King wrote:
>
> On 2019-11-05, E. Madison Bray wrote:
> > The generated file `build/make/Makefile` is output by the
> > `./configure` script. In fact, that's its main purpose. When
> > switching branches in this case the best thing to do is to re-run
> > `./