Re: [sage-devel] Re: conditional install of optional package

2020-05-27 Thread Thierry
Hi, thanks for the answer. On Tue, May 26, 2020 at 04:01:15PM +0100, Dima Pasechnik wrote: [...] > yes, this would install everything in (assumning there > are no contradicting options > such as mpir vs gmp, no dependencies --- which is actually the biggest > problem in this, as deps can't be ea

Re: [sage-devel] Re: conditional install of optional package

2020-05-27 Thread Thierry
Hi, On Tue, May 26, 2020 at 08:46:42AM -0700, Matthias Koeppe wrote: > In general, to add a configure option, you can always do the following: > > ./configure $(./config.status --config) --enable-bar Nice tip, tanks ! Thierry > > Matthias > > > -- > You received this message because you

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Matthias Koeppe
On Tuesday, May 26, 2020 at 6:46:48 AM UTC-7, Thierry (sage-googlesucks@xxx) wrote: > > > On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > > ./configure --enable-cbc && make > > OK thanks. I notice that if i do > >./configure --enable-foo >./configure --enable-bar >

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Dima Pasechnik
On Tue, May 26, 2020 at 2:46 PM Thierry wrote: > > Hi, > > On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > > ./configure --enable-cbc && make > > OK thanks. I notice that if i do > >./configure --enable-foo >./configure --enable-bar >make build > > it seems that only

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Thierry
Hi, On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > ./configure --enable-cbc && make OK thanks. I notice that if i do ./configure --enable-foo ./configure --enable-bar make build it seems that only bar is installed, right ? If i want to make a progressive loop over

[sage-devel] Re: conditional install of optional package

2020-05-25 Thread Matthias Koeppe
On Monday, May 25, 2020 at 8:12:31 PM UTC-7, Thierry (sage-googlesucks@xxx) wrote: > > i am on the way to build a version of Sage Debian Live for 9.1. I would > like to benefit from the spkg-configure.m4 feature when installing > optional packages, as much as possible. > > Say, i want to instal