This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preparing a new release (part 2)


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
-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]