Re: [mpir-devel] detecting CPU type, CFLAGS, MPN_PATH

2012-05-29 Thread Jason Moxham
On 22 May 2012 10:10, Jeroen Demeyer jdeme...@cage.ugent.be wrote: Within the Sage project, we discovered several issues with the CPU/CFLAGS/MPN_PATH configuration code in MPIR-2.4.0. The code mostly works well, but there are a few things I would like to change. I would also like to add a

Re: [mpir-devel] detecting CPU type, CFLAGS, MPN_PATH

2012-05-29 Thread Jason Moxham
This configure line will be a much better generic x86_64 build , due to the way the directory's are laid out ./configure --build=$(if [ $(./configfsf.guess | cut -f 1 -d -) = x86_64 ] ; then echo k8-$(./config.guess | cut -f 2- -d -) ; else echo $(./config.guess) ; fi) make make check make

Re: [mpir-devel] detecting CPU type, CFLAGS, MPN_PATH

2012-05-22 Thread Bill Hart
On 22 May 2012 10:10, Jeroen Demeyer jdeme...@cage.ugent.be wrote: Within the Sage project, we discovered several issues with the CPU/CFLAGS/MPN_PATH configuration code in MPIR-2.4.0.  The code mostly works well, but there are a few things I would like to change. I would also like to add a