public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* preparing a new release (part 2)
@ 2005-09-06 11:23       ` Brian Gough
  2005-09-06 13:53         ` Kevin Bube
                           ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Brian Gough @ 2005-09-06 11:23 UTC (permalink / raw)
  To: gsl-discuss

I've made second version to fix some of the errors reported (memory leak in
tests and jacobi svd) You can test it here:

http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz
http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz.sig

Thanks,

-- 
Brian Gough

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
@ 2005-09-06 13:53         ` Kevin Bube
  2005-09-15 16:38           ` Brian Gough
  2005-09-06 15:34         ` James Theiler
                           ` (4 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: Kevin Bube @ 2005-09-06 13:53 UTC (permalink / raw)
  To: Brian Gough; +Cc: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

Hello,

'./configure && make && make check' works on AMD64 with gcc 3.3.3.
On dual alpha with gcc 2.96 it works with CFLAGS=-O1.

No change to the previous release here.


Regards,

Kevin

-- 
publickey 2048R/0AFDFB19: http://www.icbm.de/~bube/publickey.asc
fingerprint: 542B 1378 04AA AF1F 572E  78BF 1BF5 5C71 0AFD FB19

[-- Attachment #2: Type: application/pgp-signature, Size: 480 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
  2005-09-06 13:53         ` Kevin Bube
@ 2005-09-06 15:34         ` James Theiler
  2005-09-06 16:44         ` Jonathan G. Underwood
                           ` (3 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: James Theiler @ 2005-09-06 15:34 UTC (permalink / raw)
  To: Brian Gough; +Cc: gsl-discuss

make and make check worked (again) on RHEL 3
and i noticed that the documentation errors
have been fixed, and that binomial has been
updated.  thanks (again!) for all your efforts.

jt



On Tue, 6 Sep 2005, Brian Gough wrote:

] I've made second version to fix some of the errors reported (memory leak in
] tests and jacobi svd) You can test it here:
] 
] http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz
] http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz.sig
] 
] Thanks,
] 
] 

-- 
James Theiler            Space and Remote Sensing Sciences
MS-B244, ISR-2, LANL     Los Alamos National Laboratory
Los Alamos, NM 87545     http://nis-www.lanl.gov/~jt





^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
  2005-09-06 13:53         ` Kevin Bube
  2005-09-06 15:34         ` James Theiler
@ 2005-09-06 16:44         ` Jonathan G. Underwood
  2005-09-07 15:14         ` Andris Pavenis
                           ` (2 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: Jonathan G. Underwood @ 2005-09-06 16:44 UTC (permalink / raw)
  To: gsl-discuss

Brian Gough wrote:
> I've made second version to fix some of the errors reported (memory leak in
> tests and jacobi svd) You can test it here:
> 
> http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz
> http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz.sig
> 
> Thanks,
> 

succesful build and check on a Fedora Core 4 system:
gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
glibc-2.3.5

Checked with CFLAGS=-O2 and CFLAGS=-O3. No problems.

Jonathan.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
                           ` (2 preceding siblings ...)
  2005-09-06 16:44         ` Jonathan G. Underwood
@ 2005-09-07 15:14         ` Andris Pavenis
  2005-09-07 22:18           ` linas
  2005-09-08 11:38           ` Brian Gough
  2005-09-07 22:47         ` linas
  2005-09-09 21:31         ` Jeff Spirko
  5 siblings, 2 replies; 16+ messages in thread
From: Andris Pavenis @ 2005-09-07 15:14 UTC (permalink / raw)
  To: gsl-discuss

On Tuesday 06 September 2005 14:22, Brian Gough wrote:
> I've made second version to fix some of the errors reported (memory leak in
> tests and jacobi svd) You can test it here:
>
> http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz
> http://www.network-theory.co.uk/download/gsl/gsl-1.6.92.tar.gz.sig
>
> Thanks,

Builds OK for DJGPP (v2.04 beta, 2,03 not tested, gcc-4.0.1, WinXP Pro+SP2).
Also all tests passes if the following small EXEEXT related patch is applied 
(it was for 1.6, but it  applies also to 1.6.92):

Andris


--- gsl-1.6/wavelet/Makefile.am~1	2004-07-23 16:55:12.000000000 +0000
+++ gsl-1.6/wavelet/Makefile.am	2005-04-29 13:11:56.000000000 +0000
@@ -6,10 +6,10 @@
 
 libgslwavelet_la_SOURCES = dwt.c wavelet.c bspline.c daubechies.c haar.c
 
-TESTS = test
-
 check_PROGRAMS = test
 
+TESTS = $(check_PROGRAMS)
+
 test_LDADD = libgslwavelet.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../ieee-utils/libgslieeeutils.la  ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la
 
 test_SOURCES = test.c
-

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 15:14         ` Andris Pavenis
@ 2005-09-07 22:18           ` linas
  2005-09-07 22:47             ` Philip Kendall
  2005-09-08 11:38             ` Stewart V. Wright
  2005-09-08 11:38           ` Brian Gough
  1 sibling, 2 replies; 16+ messages in thread
From: linas @ 2005-09-07 22:18 UTC (permalink / raw)
  To: Andris Pavenis; +Cc: gsl-discuss

On Wed, Sep 07, 2005 at 06:14:41PM +0300, Andris Pavenis was heard to remark:
>  
> -TESTS = test
> -
>  check_PROGRAMS = test
>  
>  test_SOURCES = test.c

This is a really bad name for a unix prgram. For, on my machine

  which test 

returns

  /usr/bin/test

-------------
I once had a second line manager who wanted to show off his programming
abilities. He wrote a demo program, and he went to show it off. And,
in front of 50 people, it didn't work. We all craned over the monitor
trying to figure out what was wrong (for it looked spotless).  Until
some wizened soul in the back of the crowd cleared his throat and 
asked: "What did you NAME your program?" "I named it 'test'. Why
do you want to know?"

--linas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 22:18           ` linas
@ 2005-09-07 22:47             ` Philip Kendall
  2005-09-07 22:52               ` linas
  2005-09-08 11:38             ` Stewart V. Wright
  1 sibling, 1 reply; 16+ messages in thread
From: Philip Kendall @ 2005-09-07 22:47 UTC (permalink / raw)
  To: gsl-discuss

On Wed, Sep 07, 2005 at 05:17:13PM -0500, linas wrote:
> On Wed, Sep 07, 2005 at 06:14:41PM +0300, Andris Pavenis was heard to remark:
> >  
> > -TESTS = test
> > -
> >  check_PROGRAMS = test
> >  
> >  test_SOURCES = test.c
> 
> This is a really bad name for a unix prgram. For, on my machine
> 
>   which test 
> 
> returns
> 
>   /usr/bin/test

$ ./test

How else would you run a program called "test" in the current directory?

Cheers,

Phil

-- 
"Have you googled her yet?" "Willow, she's 17." "It's a search engine."
                                           Willow and Xander: Buffy: Help

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
                           ` (3 preceding siblings ...)
  2005-09-07 15:14         ` Andris Pavenis
@ 2005-09-07 22:47         ` linas
  2005-09-09 21:31         ` Jeff Spirko
  5 siblings, 0 replies; 16+ messages in thread
From: linas @ 2005-09-07 22:47 UTC (permalink / raw)
  To: Brian Gough; +Cc: gsl-discuss

On Tue, Sep 06, 2005 at 12:22:01PM +0100, Brian Gough was heard to remark:
> I've made second version to fix some of the errors reported (memory leak in

It appears to pass configure; make; make check on 
Novel SuSE Enterpirse Linux SLES9 on a Power5 box.

--linas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 22:47             ` Philip Kendall
@ 2005-09-07 22:52               ` linas
  2005-09-08  9:16                 ` Philip Kendall
  0 siblings, 1 reply; 16+ messages in thread
From: linas @ 2005-09-07 22:52 UTC (permalink / raw)
  To: gsl-discuss

On Wed, Sep 07, 2005 at 11:47:26PM +0100, Philip Kendall was heard to remark:
> On Wed, Sep 07, 2005 at 05:17:13PM -0500, linas wrote:
> > On Wed, Sep 07, 2005 at 06:14:41PM +0300, Andris Pavenis was heard to remark:
> > >  
> > > -TESTS = test
> > 
> > This is a really bad name for a unix prgram. For, on my machine
> > 
> >   which test 
> > 
> > returns
> > 
> >   /usr/bin/test
> 
> $ ./test
> 
> How else would you run a program called "test" in the current directory?

export PATH=$PATH:.

--linas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 22:52               ` linas
@ 2005-09-08  9:16                 ` Philip Kendall
  0 siblings, 0 replies; 16+ messages in thread
From: Philip Kendall @ 2005-09-08  9:16 UTC (permalink / raw)
  To: gsl-discuss

On Wed, Sep 07, 2005 at 05:52:42PM -0500, linas wrote:
> On Wed, Sep 07, 2005 at 11:47:26PM +0100, Philip Kendall was heard to remark:
> 
> export PATH=$PATH:.

<rant>

This is a *very bad idea*. It leaves you open to typo trojans: say you're
in the /tmp directory on a multi-user box. You accidently type "sl"
instead of "ls". You now run /tmp/sl, which could have been installed by
anybody. You lose. "." should *never* appear on your $PATH.

</rant>

Phil (with vague apologies for off-topicness)

-- 
"I jump out of the circle, jump back in, and, and, shake my gourd."
"Hey, I think I know this ritual. The ancient shamans were next called
upon to do the Hokey-Pokey and to turn themselves around?"
                                            Giles and Buffy: Intervention

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 22:18           ` linas
  2005-09-07 22:47             ` Philip Kendall
@ 2005-09-08 11:38             ` Stewart V. Wright
  1 sibling, 0 replies; 16+ messages in thread
From: Stewart V. Wright @ 2005-09-08 11:38 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

G'day Linas,

* linas <linas@austin.ibm.com> [050907 17:18]:
> On Wed, Sep 07, 2005 at 06:14:41PM +0300, Andris Pavenis was heard to remark:
> >  
> > -TESTS = test
> > -
> >  check_PROGRAMS = test
> >  
> >  test_SOURCES = test.c
> 
> This is a really bad name for a unix prgram. For, on my machine
> 
>   which test 
> 
> returns
> 
>   /usr/bin/test


I would not disagree too loudly on aesthetic grounds, but automake is
smart enough to preface the check_PROGRAMS with a ./ (or at least
enough of the directory tree) so there is no real problem in calling
it test, true or even false (if you wanted to be _really_ nasty to the
next generation of developers).

All in all the naming is not really a worry.  I'm surprised about the
ordering of TESTS and check_PROGRAMS though...



Cheers,

S.

[-- Attachment #2: Type: application/pgp-signature, Size: 274 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-07 15:14         ` Andris Pavenis
  2005-09-07 22:18           ` linas
@ 2005-09-08 11:38           ` Brian Gough
  1 sibling, 0 replies; 16+ messages in thread
From: Brian Gough @ 2005-09-08 11:38 UTC (permalink / raw)
  To: Andris Pavenis; +Cc: gsl-discuss

Andris Pavenis writes:
 > Builds OK for DJGPP (v2.04 beta, 2,03 not tested, gcc-4.0.1, WinXP Pro+SP2).
 > Also all tests passes if the following small EXEEXT related patch is applied 
 > (it was for 1.6, but it  applies also to 1.6.92):

Thanks, I will fix that.

-- 
Brian Gough

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release
@ 2005-09-09 14:59           ` keith.briggs
  2005-09-15 16:53             ` Brian Gough
  0 siblings, 1 reply; 16+ messages in thread
From: keith.briggs @ 2005-09-09 14:59 UTC (permalink / raw)
  To: gsl-discuss

gsl-1.6.92.tar.gz passed all tests on AMD64 with gcc-4.0.1.

Keith

PS: perhaps the grammar in "All 1 tests passed" could be improved.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
                           ` (4 preceding siblings ...)
  2005-09-07 22:47         ` linas
@ 2005-09-09 21:31         ` Jeff Spirko
  2005-09-09 14:59           ` preparing a new release keith.briggs
  5 siblings, 1 reply; 16+ messages in thread
From: Jeff Spirko @ 2005-09-09 21:31 UTC (permalink / raw)
  To: gsl-discuss

GSL 1.6.92 passes all tests on IA-64 with gcc-3.3.3
under SuSE Linux Enterprise Server 9.

Regards,
-- 
Jeff Spirko   spirko@lehigh.edu   spirko@yahoo.com   WD3V   |=>

The study of non-linear physics is like the study of non-elephant biology.

All theoretical chemistry is really physics;
and all theoretical chemists know it. -- Richard P. Feynman 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release (part 2)
  2005-09-06 13:53         ` Kevin Bube
@ 2005-09-15 16:38           ` Brian Gough
  0 siblings, 0 replies; 16+ messages in thread
From: Brian Gough @ 2005-09-15 16:38 UTC (permalink / raw)
  To: Kevin Bube, Jonathan G. Underwood, keith.briggs, Jeff Spirko; +Cc: gsl-discuss

Thanks for the testing -- gsl-1.7 is now released.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: preparing a new release
  2005-09-09 14:59           ` preparing a new release keith.briggs
@ 2005-09-15 16:53             ` Brian Gough
  0 siblings, 0 replies; 16+ messages in thread
From: Brian Gough @ 2005-09-15 16:53 UTC (permalink / raw)
  To: keith.briggs; +Cc: gsl-discuss, bug-automake

keith.briggs@bt.com writes:
 > gsl-1.6.92.tar.gz passed all tests on AMD64 with gcc-4.0.1.
 > 
 > Keith
 > 
 > PS: perhaps the grammar in "All 1 tests passed" could be improved.

One for the Automake maintainers I think -- I've cc'ed this to
bug-automake@gnu.org.

The "make check" messages are from automake (maybe "All tests passed
(1/1)" would do the job).

-- 
Brian Gough

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2005-09-15 16:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050502191454.GB27571@LUNeutron.cc.lehigh.edu>
     [not found] ` <20050516172339.GA18705@LUNeutron.cc.lehigh.edu>
     [not found]   ` <5F44E074-A8BA-48EA-88EE-452010AFD5F8@lehigh.edu>
     [not found]     ` <432269C6.6030102@lehigh.edu>
2005-09-06 11:23       ` preparing a new release (part 2) Brian Gough
2005-09-06 13:53         ` Kevin Bube
2005-09-15 16:38           ` Brian Gough
2005-09-06 15:34         ` James Theiler
2005-09-06 16:44         ` Jonathan G. Underwood
2005-09-07 15:14         ` Andris Pavenis
2005-09-07 22:18           ` linas
2005-09-07 22:47             ` Philip Kendall
2005-09-07 22:52               ` linas
2005-09-08  9:16                 ` Philip Kendall
2005-09-08 11:38             ` Stewart V. Wright
2005-09-08 11:38           ` Brian Gough
2005-09-07 22:47         ` linas
2005-09-09 21:31         ` Jeff Spirko
2005-09-09 14:59           ` preparing a new release keith.briggs
2005-09-15 16:53             ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).