[mpir-devel] Re: Compile fails with --enable-fat

2009-01-11 Thread jason
On Monday 12 January 2009 01:08:58 Bill Hart wrote: > Thanks for the report. > > I'll make a trac ticket for this issue, and see if there is anything > we can do to fix it. It's not clear at this stage, but we'll keep you > posted. > > Is --enable-fat required for your application? > > Bill. > > 2

[mpir-devel] Re: Compile fails with --enable-fat

2009-01-11 Thread Case Vanhorsen
On Sun, Jan 11, 2009 at 5:08 PM, Bill Hart wrote: > > Thanks for the report. > > I'll make a trac ticket for this issue, and see if there is anything > we can do to fix it. It's not clear at this stage, but we'll keep you > posted. > > Is --enable-fat required for your application? > I'd like to

[mpir-devel] Re: minimality guarantee for new xgcd?

2009-01-11 Thread mabshoff
On Jan 11, 9:20 pm, "Jason Martin" wrote: Hi, > No, we can't guarantee minimality.  The xgcd that you're seeing right > now in MPIR only uses Moller's code when it calls to gcd.  It isn't as > nice as the xgcd that is in GMP 4.3.  Hopefully, we will be able to > re-invent that wheel since I cou

[mpir-devel] Re: minimality guarantee for new xgcd?

2009-01-11 Thread Jason Martin
No, we can't guarantee minimality. The xgcd that you're seeing right now in MPIR only uses Moller's code when it calls to gcd. It isn't as nice as the xgcd that is in GMP 4.3. Hopefully, we will be able to re-invent that wheel since I couldn't find a LGPL v. 2+ version of Moller's xgcd code. C

[mpir-devel] minimality guarantee for new xgcd?

2009-01-11 Thread mabshoff
Hi, I just build a svn1555 eMPIRe.spkg and the good news is that it seems that it can be "just dropped" a current install, i.e. we don't have to bump each spkg depending on gmp for the upgrade. So far I am only testing x86-64 Linux, but OSX is next. That makes the switch significantly less disrup

[mpir-devel] Re: make dist broken in rev1555

2009-01-11 Thread Bill Hart
That file doesn't exist any more. So this is a different issue. Strange that it ask for it by name. Probably if we grep for the name we'll find the offending line. The file has been converted to yasm format and hence given a different extension, which is why it can't find it. Bill. On Jan 12, 3

[mpir-devel] make dist broken in rev1555

2009-01-11 Thread mabshoff
Hi, this might be somewhat similar to #95, i.e. "make distclean" is broken, but "make dist" also fails in rev1555. After a configure: { test ! -d mpir-0.9 || { find mpir-0.9 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr mpir-0.9; }; } mkdir mpir-0.9 mkdir -p -- mpir-0.9/. mpir-0.9/demos

[mpir-devel] Re: Web page for MPIR

2009-01-11 Thread Bill Hart
2009/1/12 mabshoff : > > > > On Jan 11, 5:19 pm, Bill Hart wrote: > > Hi Bill, > >> I spent the afternoon constructing a rudimentary web page for MPIR >> (viewable here): >> >> http://sage.math.washington.edu/home/wbhart/RoundedCorner/index.html > > Nice. > >> Note the links to download the sourc

[mpir-devel] Re: Web page for MPIR

2009-01-11 Thread mabshoff
On Jan 11, 5:19 pm, Bill Hart wrote: Hi Bill, > I spent the afternoon constructing a rudimentary web page for MPIR > (viewable here): > > http://sage.math.washington.edu/home/wbhart/RoundedCorner/index.html Nice. > Note the links to download the source and docs, etc are broken at > present.

[mpir-devel] Re: Web page for MPIR

2009-01-11 Thread Jason Martin
Looks great Bill. Nice work. My only comment is that you might want to explicitly put the version number for GMP and the LGPL from which MPIR is derived... just to avoid any confusion. --jason Jason Worth Martin Asst. Professor of Mathematics http://www.math.jmu.edu/~martin On Sun, Jan 11,

[mpir-devel] Re: Web page for MPIR

2009-01-11 Thread Bill Hart
I forgot to mention. The template for the page is taken from Open Source Web Design and is BSD 3-clause licensed. Bill. 2009/1/12 Bill Hart : > > I spent the afternoon constructing a rudimentary web page for MPIR > (viewable here): > > http://sage.math.washington.edu/home/wbhart/RoundedCorner/in

[mpir-devel] Web page for MPIR

2009-01-11 Thread Bill Hart
I spent the afternoon constructing a rudimentary web page for MPIR (viewable here): http://sage.math.washington.edu/home/wbhart/RoundedCorner/index.html Note the links to download the source and docs, etc are broken at present. They'll be added once final build testing is complete and of course

[mpir-devel] Re: Compile fails with --enable-fat

2009-01-11 Thread Bill Hart
Thanks for the report. I'll make a trac ticket for this issue, and see if there is anything we can do to fix it. It's not clear at this stage, but we'll keep you posted. Is --enable-fat required for your application? Bill. 2009/1/12 casevh : > > Hello, > > I am one of the maintainers of gmpy,

[mpir-devel] Re: Compile fails with --enable-fat

2009-01-11 Thread mabshoff
casevh wrote: > Hello, Hi, > I am one of the maintainers of gmpy, a Python wrapper for GMP. I have > added support to gmpy so it properly reports the MPIR version and > properly displays the license information. > > I also tried compiling on various platforms. I tried to use the -- > enable-fa

[mpir-devel] Compile fails with --enable-fat

2009-01-11 Thread casevh
Hello, I am one of the maintainers of gmpy, a Python wrapper for GMP. I have added support to gmpy so it properly reports the MPIR version and properly displays the license information. I also tried compiling on various platforms. I tried to use the -- enable-fat option on Windows 2000 using MSY

[mpir-devel] Re: Question about Moller patches

2009-01-11 Thread jason
On Sunday 11 January 2009 13:22:08 Bill Hart wrote: > OK, I tried adding the prototype. I've committed that to trunk. Does > that fix it for you? > Yes :) > Bill. > > 2009/1/11 jason : > > trunk 1554 on linux K8 I get this warning on compilation > > > > /bin/sh ../libtool --tag=CC --mode=compi

[mpir-devel] Re: Question about Moller patches

2009-01-11 Thread Bill Hart
OK, I tried adding the prototype. I've committed that to trunk. Does that fix it for you? Bill. 2009/1/11 jason : > > trunk 1554 on linux K8 I get this warning on compilation > > /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 - > DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -D

[mpir-devel] Re: Question about Moller patches

2009-01-11 Thread jason
trunk 1554 on linux K8 I get this warning on compilation /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 - DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ngcd | sed 's/_$//'`-O2 -m64 -march=k8 -mtune=k8 -c -o ngcd.lo ngcd.c gcc -std=gnu99 -DHAVE_CONFIG_H -I.