The "Monte" test seems to be fine. See attached logfile. My setup is: WinXP32 AMD Athlon64 MSYS Compiler: gcc.exe (4.3.3-tdm-1 mingw32) 4.3.3 (current TDM release, http://www.tdragon.net/recentgcc/) gcc flags: -march=pentium4 -mtune=pentium4 -mmmx -msse -msse2 -mfpmath=sse
There's nothing special with my setup, it worked just out of the box. Regards, Michael Sisyphus schrieb: > > ----- Original Message ----- From: "Dr. Michael Letzgus" > <[email protected]> > To: <[email protected]> > Sent: Wednesday, April 15, 2009 6:09 PM > Subject: Re: [Bug-gsl] GSL and minGW, gcc > > >> "make check" reports "All tests passed" (version 1.12). > > That's a bit strange - usually, on Windows, some of the Monte tests fail. > > In a thread in early February this hear, Guido de Rosa proprosed the > following patch (which works fine for me): > > ###################################### > diff -ruN gsl-1.12.orig/monte/vegas.c gsl-1.12/monte/vegas.c > --- gsl-1.12.orig/monte/vegas.c 2008-11-29 17:42:43.000000000 +0100 > +++ gsl-1.12/monte/vegas.c 2009-02-02 02:43:23.289790431 +0100 > @@ -179,7 +179,8 @@ > } > > { > - double tot_boxes = pow ((double) boxes, (double) dim); > + unsigned int tot_boxes = > + (unsigned int) gsl_pow_int((double) boxes, dim); > state->calls_per_box = GSL_MAX (calls / tot_boxes, 2); > calls = state->calls_per_box * tot_boxes; > } > > ###################################### > > There were also some other solutions discussed in the same thread. But, > afaik, none of those solutions are built into the 1.12 source. > > I think the above patch is deemed to be the correct fix, though I'm not > sure about that. > > Cheers, > Rob -- Dr. Michael Letzgus Physikalische Chemie I Universität Bielefeld Universitätsstr. 25 D-33615 Bielefeld [email protected] Büro: F2-118 / Labor: E2-246 Tel: 0521-106-2190 / -6265 Fax: 0521-106-6027
Making check in gsl make[1]: Entering directory `/mylibs/gsl-1.12/gsl' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/mylibs/gsl-1.12/gsl' Making check in utils make[1]: Entering directory `/mylibs/gsl-1.12/utils' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/mylibs/gsl-1.12/utils' Making check in sys make[1]: Entering directory `/mylibs/gsl-1.12/sys' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/sys' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/sys' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/sys' Completed [310/310] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/sys' make[1]: Leaving directory `/mylibs/gsl-1.12/sys' Making check in test make[1]: Entering directory `/mylibs/gsl-1.12/test' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/mylibs/gsl-1.12/test' Making check in err make[1]: Entering directory `/mylibs/gsl-1.12/err' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/err' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/err' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/err' Completed [70/70] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/err' make[1]: Leaving directory `/mylibs/gsl-1.12/err' Making check in const make[1]: Entering directory `/mylibs/gsl-1.12/const' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/const' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/const' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/const' Completed [7/7] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/const' make[1]: Leaving directory `/mylibs/gsl-1.12/const' Making check in complex make[1]: Entering directory `/mylibs/gsl-1.12/complex' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/complex' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/complex' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/complex' Completed [10065/10065] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/complex' make[1]: Leaving directory `/mylibs/gsl-1.12/complex' Making check in cheb make[1]: Entering directory `/mylibs/gsl-1.12/cheb' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/cheb' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/cheb' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/cheb' Completed [2139/2139] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/cheb' make[1]: Leaving directory `/mylibs/gsl-1.12/cheb' Making check in block make[1]: Entering directory `/mylibs/gsl-1.12/block' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/block' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/block' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/block' Completed [166/166] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/block' make[1]: Leaving directory `/mylibs/gsl-1.12/block' Making check in vector make[1]: Entering directory `/mylibs/gsl-1.12/vector' make test.exe test_static.exe make[2]: Entering directory `/mylibs/gsl-1.12/vector' make[2]: `test.exe' is up to date. make[2]: `test_static.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/vector' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/vector' Completed [30551/30551] PASS: test.exe Completed [30551/30551] PASS: test_static.exe ================== All 2 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/vector' make[1]: Leaving directory `/mylibs/gsl-1.12/vector' Making check in matrix make[1]: Entering directory `/mylibs/gsl-1.12/matrix' make test.exe test_static.exe make[2]: Entering directory `/mylibs/gsl-1.12/matrix' make[2]: `test.exe' is up to date. make[2]: `test_static.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/matrix' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/matrix' Completed [968/968] PASS: test.exe Completed [968/968] PASS: test_static.exe ================== All 2 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/matrix' make[1]: Leaving directory `/mylibs/gsl-1.12/matrix' Making check in permutation make[1]: Entering directory `/mylibs/gsl-1.12/permutation' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/permutation' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/permutation' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/permutation' Completed [4/4] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/permutation' make[1]: Leaving directory `/mylibs/gsl-1.12/permutation' Making check in combination make[1]: Entering directory `/mylibs/gsl-1.12/combination' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/combination' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/combination' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/combination' Completed [56/56] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/combination' make[1]: Leaving directory `/mylibs/gsl-1.12/combination' Making check in sort make[1]: Entering directory `/mylibs/gsl-1.12/sort' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/sort' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/sort' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/sort' Completed [21600/21600] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/sort' make[1]: Leaving directory `/mylibs/gsl-1.12/sort' Making check in ieee-utils make[1]: Entering directory `/mylibs/gsl-1.12/ieee-utils' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/ieee-utils' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/ieee-utils' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/ieee-utils' Completed [384/384] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/ieee-utils' make[1]: Leaving directory `/mylibs/gsl-1.12/ieee-utils' Making check in cblas make[1]: Entering directory `/mylibs/gsl-1.12/cblas' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/cblas' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/cblas' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/cblas' Completed [6865/6865] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/cblas' make[1]: Leaving directory `/mylibs/gsl-1.12/cblas' Making check in blas make[1]: Entering directory `/mylibs/gsl-1.12/blas' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/mylibs/gsl-1.12/blas' Making check in linalg make[1]: Entering directory `/mylibs/gsl-1.12/linalg' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/linalg' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/linalg' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/linalg' Completed [233839/233839] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/linalg' make[1]: Leaving directory `/mylibs/gsl-1.12/linalg' Making check in eigen make[1]: Entering directory `/mylibs/gsl-1.12/eigen' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/eigen' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/eigen' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/eigen' Completed [969862/969862] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/eigen' make[1]: Leaving directory `/mylibs/gsl-1.12/eigen' Making check in specfunc make[1]: Entering directory `/mylibs/gsl-1.12/specfunc' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/specfunc' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/specfunc' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/specfunc' Completed [2876/2876] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/specfunc' make[1]: Leaving directory `/mylibs/gsl-1.12/specfunc' Making check in dht make[1]: Entering directory `/mylibs/gsl-1.12/dht' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/dht' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/dht' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/dht' Completed [4/4] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/dht' make[1]: Leaving directory `/mylibs/gsl-1.12/dht' Making check in qrng make[1]: Entering directory `/mylibs/gsl-1.12/qrng' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/qrng' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/qrng' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/qrng' Completed [39/39] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/qrng' make[1]: Leaving directory `/mylibs/gsl-1.12/qrng' Making check in rng make[1]: Entering directory `/mylibs/gsl-1.12/rng' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/rng' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/rng' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/rng' Completed [686/686] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/rng' make[1]: Leaving directory `/mylibs/gsl-1.12/rng' Making check in randist make[1]: Entering directory `/mylibs/gsl-1.12/randist' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/randist' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/randist' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/randist' Completed [199/199] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/randist' make[1]: Leaving directory `/mylibs/gsl-1.12/randist' Making check in fft make[1]: Entering directory `/mylibs/gsl-1.12/fft' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/fft' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/fft' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/fft' Completed [9204/9204] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/fft' make[1]: Leaving directory `/mylibs/gsl-1.12/fft' Making check in poly make[1]: Entering directory `/mylibs/gsl-1.12/poly' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/poly' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/poly' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/poly' Completed [176/176] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/poly' make[1]: Leaving directory `/mylibs/gsl-1.12/poly' Making check in fit make[1]: Entering directory `/mylibs/gsl-1.12/fit' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/fit' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/fit' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/fit' Completed [24/24] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/fit' make[1]: Leaving directory `/mylibs/gsl-1.12/fit' Making check in multifit make[1]: Entering directory `/mylibs/gsl-1.12/multifit' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/multifit' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/multifit' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/multifit' Completed [975/975] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/multifit' make[1]: Leaving directory `/mylibs/gsl-1.12/multifit' Making check in statistics make[1]: Entering directory `/mylibs/gsl-1.12/statistics' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/statistics' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/statistics' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/statistics' Completed [1080/1080] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/statistics' make[1]: Leaving directory `/mylibs/gsl-1.12/statistics' Making check in siman make[1]: Entering directory `/mylibs/gsl-1.12/siman' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/siman' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/siman' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/siman' Completed [5/5] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/siman' make[1]: Leaving directory `/mylibs/gsl-1.12/siman' Making check in sum make[1]: Entering directory `/mylibs/gsl-1.12/sum' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/sum' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/sum' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/sum' Completed [24/24] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/sum' make[1]: Leaving directory `/mylibs/gsl-1.12/sum' Making check in integration make[1]: Entering directory `/mylibs/gsl-1.12/integration' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/integration' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/integration' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/integration' Completed [876/876] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/integration' make[1]: Leaving directory `/mylibs/gsl-1.12/integration' Making check in interpolation make[1]: Entering directory `/mylibs/gsl-1.12/interpolation' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/interpolation' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/interpolation' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/interpolation' Completed [1612/1612] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/interpolation' make[1]: Leaving directory `/mylibs/gsl-1.12/interpolation' Making check in histogram make[1]: Entering directory `/mylibs/gsl-1.12/histogram' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/histogram' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/histogram' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/histogram' Completed [160/160] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/histogram' make[1]: Leaving directory `/mylibs/gsl-1.12/histogram' Making check in ode-initval make[1]: Entering directory `/mylibs/gsl-1.12/ode-initval' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/ode-initval' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/ode-initval' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/ode-initval' Completed [319/319] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/ode-initval' make[1]: Leaving directory `/mylibs/gsl-1.12/ode-initval' Making check in roots make[1]: Entering directory `/mylibs/gsl-1.12/roots' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/roots' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/roots' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/roots' Completed [82/82] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/roots' make[1]: Leaving directory `/mylibs/gsl-1.12/roots' Making check in multiroots make[1]: Entering directory `/mylibs/gsl-1.12/multiroots' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/multiroots' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/multiroots' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/multiroots' Completed [72/72] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/multiroots' make[1]: Leaving directory `/mylibs/gsl-1.12/multiroots' Making check in min make[1]: Entering directory `/mylibs/gsl-1.12/min' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/min' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/min' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/min' Completed [20/20] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/min' make[1]: Leaving directory `/mylibs/gsl-1.12/min' Making check in multimin make[1]: Entering directory `/mylibs/gsl-1.12/multimin' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/multimin' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/multimin' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/multimin' Completed [36/36] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/multimin' make[1]: Leaving directory `/mylibs/gsl-1.12/multimin' Making check in monte make[1]: Entering directory `/mylibs/gsl-1.12/monte' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/monte' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/monte' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/monte' Completed [2520/2520] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/monte' make[1]: Leaving directory `/mylibs/gsl-1.12/monte' Making check in ntuple make[1]: Entering directory `/mylibs/gsl-1.12/ntuple' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/ntuple' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/ntuple' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/ntuple' Completed [3/3] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/ntuple' make[1]: Leaving directory `/mylibs/gsl-1.12/ntuple' Making check in diff make[1]: Entering directory `/mylibs/gsl-1.12/diff' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/diff' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/diff' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/diff' Completed [36/36] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/diff' make[1]: Leaving directory `/mylibs/gsl-1.12/diff' Making check in deriv make[1]: Entering directory `/mylibs/gsl-1.12/deriv' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/deriv' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/deriv' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/deriv' Completed [36/36] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/deriv' make[1]: Leaving directory `/mylibs/gsl-1.12/deriv' Making check in cdf make[1]: Entering directory `/mylibs/gsl-1.12/cdf' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/cdf' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/cdf' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/cdf' Completed [12029/12029] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/cdf' make[1]: Leaving directory `/mylibs/gsl-1.12/cdf' Making check in wavelet make[1]: Entering directory `/mylibs/gsl-1.12/wavelet' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/wavelet' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/wavelet' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/wavelet' Completed [12138/12138] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/wavelet' make[1]: Leaving directory `/mylibs/gsl-1.12/wavelet' Making check in bspline make[1]: Entering directory `/mylibs/gsl-1.12/bspline' make test.exe make[2]: Entering directory `/mylibs/gsl-1.12/bspline' make[2]: `test.exe' is up to date. make[2]: Leaving directory `/mylibs/gsl-1.12/bspline' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12/bspline' Completed [19051314/19051314] PASS: test.exe ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12/bspline' make[1]: Leaving directory `/mylibs/gsl-1.12/bspline' Making check in doc make[1]: Entering directory `/mylibs/gsl-1.12/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/mylibs/gsl-1.12/doc' make[1]: Entering directory `/mylibs/gsl-1.12' make test_gsl_histogram.sh make[2]: Entering directory `/mylibs/gsl-1.12' make[2]: Nothing to be done for `test_gsl_histogram.sh'. make[2]: Leaving directory `/mylibs/gsl-1.12' make check-TESTS make[2]: Entering directory `/mylibs/gsl-1.12' PASS: test_gsl_histogram.sh ================== All 1 tests passed ================== make[2]: Leaving directory `/mylibs/gsl-1.12' make[1]: Leaving directory `/mylibs/gsl-1.12'
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
