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


configure; make; make check
all worked perfectly without any problem on Mandrake 10.2

with gcc 3.4.3 and CFLAGS="-O3 -march=athlon-xp -msse -mmmx -m3dnow -mfpmath=sse,387"

I tried  also with
icc version 9.0 and CFLAGS="-O3 -xK -ip -mcpu=pentiumpro"
I obtained a series of warnings like this:

vector_source.c(55): warning #290: function "gsl_vector_char_ptr" has already been defined
FUNCTION (gsl_vector, ptr) (TYPE (gsl_vector) * v, const size_t i)


test_complex_source.c(479): warning #267: the format string requires additionalarguments
FUNCTION (gsl_vector, fprintf) (f, v, OUT_FORMAT);


plus these two:

coulomb.c(994): warning #592: variable "G_lam_G" is used before its value is set
G->val = G_lam_G;
^
coulomb.c(996): warning #592: variable "Gp_lam_G" is used before its value is set
Gp->val = Gp_lam_G;
^


and then make check remains stack here:

==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/attacc/gsl-1.6.91/sort'
make[1]: Leaving directory `/home/attacc/gsl-1.6.91/sort'
Making check in ieee-utils
make[1]: Entering directory `/home/attacc/gsl-1.6.91/ieee-utils'
make  test
make[2]: Entering directory `/home/attacc/gsl-1.6.91/ieee-utils'
icc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -O3 -xK -ip -mcpu=pentiumpro -c test.c
/bin/sh ../libtool --mode=link icc  -O3 -xK -ip -mcpu=pentiumpro   -o test  test.o libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la -lm
icc -O3 -xK -ip -mcpu=pentiumpro -o test test.o  ./.libs/libgslieeeutils.al ../err/.libs/libgslerr.al ../test/.libs/libgsltest.al ../sys/.libs/libgslsys.al ../utils/.libs/libutils.al -lm
make[2]: Leaving directory `/home/attacc/gsl-1.6.91/ieee-utils'
make  check-TESTS
make[2]: Entering directory `/home/attacc/gsl-1.6.91/ieee-utils'

Ciao


Brian Gough ha scritto:


I'm preparing release (it will be 1.7) -- I'd appreciate feedback
on this test version:

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

If there are no problems reported then I will release it. Thanks.





--
==========================================================
Claudio Attaccalite

S.I.S.S.A.
Via Beirut 2-4 34014 Grignano (TS)
email: attacc@sissa.it

ICQ number: 23970278
Skype: claudioattaccalite
web site: www.attaccalite.altervista.org
===========================================================
A quart of ale is a dish for a king. -William Shakespeare Winter's Tale



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