Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-12 Thread E. Madison Bray
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-12 Thread E. Madison Bray
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-08 Thread E. Madison Bray
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-08 Thread E. Madison Bray
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-06 Thread Dima Pasechnik
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-06 Thread John H Palmieri
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-06 Thread Dima Pasechnik
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

Re: [sage-devel] Re: Package installation/uninstallation confusion

2019-11-06 Thread E. Madison Bray
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 > > `./