[mpir-devel] Re: Release Candidate 6

2009-04-03 Thread Bill Hart
Michael reports that all the issues have gone away for him. In particular the full Sage test suite passes with MPIR 1.0.0, which is a pretty strong test. He will also valgrind as part of the release cycle, then we'll call this release candidate final (at long last). Bill. On Apr 4, 6:14 am, Bil

[mpir-devel] Release Candidate 6

2009-04-03 Thread Bill Hart
I had a go at fixing the build issue on OSX causing the t-locale test to fail. I've essentially inserted the same fix that we had for Sun at the recommendation of Michael Abshoff. This should make the issue go away permanently and that means we can use any autoconf from now on. Note there should

[mpir-devel] Re: suggestion regarding CC and CFLAGS

2009-04-03 Thread Bill Hart
Hi Mariah, Thanks for the suggestion. That is an excellent idea. I'll open a ticket for it, and it should be trivial to add to the next release. Bill. 2009/4/3 Mariah Lenox : > > Bill, > > A nice feature that GMP has added is to define in gmp.h > __GMP_CC and __GMP_CFLAGS; for example, > > #def

[mpir-devel] suggestion regarding CC and CFLAGS

2009-04-03 Thread Mariah Lenox
Bill, A nice feature that GMP has added is to define in gmp.h __GMP_CC and __GMP_CFLAGS; for example, #define __GMP_CC "gcc" #define __GMP_CFLAGS "-O2 -m64 -mtune=k8" This lets programs that depend on GMP use the same C compiler and CFLAGS. It saves the user from having to explicitly set CC an