[mpir-devel] MPIR-2.6.0-alpha3 released

2012-10-18 Thread Bill Hart
Hi all, We have just released alpha3 of MPIR-2.6.0. This fixes the reported build issues on ia64 and a few other minor issues noted since the last alpha. Further build and test reports are highly desired. It would also be a great help if make tune could be run in the tune directory and the outpu

[mpir-devel] More mpir-2.6.0 release progress

2012-10-18 Thread Bill Hart
I've added the config.h defines back into all the tests that need it. Actually tests.h includes config.h, but the former is often included too late, so I simply explicitly included config.h everywhere it is needed. This fixed the warnings I was seeing. I also checked the include logic for stdint.h

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Bill Hart
Excellent. Thanks for the report Brian. There are a few more minor issues I need to resolve and then I will roll another alpha. Some undefined symbol warnings are probably the result of the config.h's we removed. I can't recall what else. Dinner first. Bill. On 18 October 2012 18:15, Brian Gla

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Brian Gladman
-Original Message- From: Bill Hart Sent: Thursday, October 18, 2012 5:38 PM To: mpir-devel@googlegroups.com Cc: flint-devel Subject: Re: [mpir-devel] Symbol clashes between flint and mpir I have now committed a fix to mpir to remove the remaining symbol conflicts with flint, apart from t

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Bill Hart
I have now committed a fix to mpir to remove the remaining symbol conflicts with flint, apart from the mpn ones, which will be fixed on the flint side. No filenames need change in mpir. This is because we tend to omit mpir and mpn prefixes etc in the filenames. I also moved the fft interface out