[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-11 Thread Dr. David Kirkby
Peter Jeremy wrote: > On 2009-Aug-02 12:24:26 -0700, William Stein wrote: >>> 1) It uses 'set -e' to exit the spkg-install if any error occurs. >> +1 we should do that for all spkg-install's > > Agreed (and there are other shell-scripts that probably should also > have 'set -e'). But this is a

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-11 Thread Dr. David Kirkby
Peter Jeremy wrote: > On 2009-Aug-02 12:24:26 -0700, William Stein wrote: >>> 1) It uses 'set -e' to exit the spkg-install if any error occurs. >> +1 we should do that for all spkg-install's > > Agreed (and there are other shell-scripts that probably should also > have 'set -e'). But this is a

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-11 Thread Peter Jeremy
On 2009-Aug-02 12:24:26 -0700, William Stein wrote: >> 1) It uses 'set -e' to exit the spkg-install if any error occurs. > >+1 we should do that for all spkg-install's Agreed (and there are other shell-scripts that probably should also have 'set -e'). But this is a very intrusive change since it

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-04 Thread David Kirkby
2009/8/3 Ondrej Certik : > > On Sun, Aug 2, 2009 at 10:35 AM, Dr. David > Kirkby wrote: >> I noticed one package (lcalc) was passing GNU specific flags to the >> assembler to suppress warnings. I've seen other packages send warning to >> /dev/null. >> >> I decided to change the spkg-install for 'l

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-03 Thread Ondrej Certik
On Sun, Aug 2, 2009 at 10:35 AM, Dr. David Kirkby wrote: > I noticed one package (lcalc) was passing GNU specific flags to the > assembler to suppress warnings. I've seen other packages send warning to > /dev/null. > > I decided to change the spkg-install for 'lcalc' somewhat, in a way that > I th

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-03 Thread William Stein
On Mon, Aug 3, 2009 at 4:16 AM, Dr. David Kirkby wrote: > > William Stein wrote: >> On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby >> wrote: >>> I noticed one package (lcalc) was passing GNU specific flags to the >>> assembler to suppress warnings. I've seen other packages send warning to >>> /

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-03 Thread Dr. David Kirkby
William Stein wrote: > On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby > wrote: >> I noticed one package (lcalc) was passing GNU specific flags to the >> assembler to suppress warnings. I've seen other packages send warning to >> /dev/null. >> >> I decided to change the spkg-install for 'lcalc'

[sage-devel] Re: An improved spkg-install (for general usage)

2009-08-02 Thread William Stein
On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby wrote: > I noticed one package (lcalc) was passing GNU specific flags to the > assembler to suppress warnings. I've seen other packages send warning to > /dev/null. > > I decided to change the spkg-install for 'lcalc' somewhat, in a way that > I thi