[mpir-devel] Re: Release candidate 7

2009-04-05 Thread mabshoff
On Apr 5, 8:07 pm, Bill Hart wrote: > I've just put up release candidate 7. > > This fixes an issue with the --enable-gmplink on OSX and Cygwin (links > to the right binaries). > > It also fixes a failing doctest on Apple (cxx/t-istream). > > These fixes will only affect Apple and Cygwin users.

[mpir-devel] DDJ: A First Look at the Larrabee New Instructions (LRBni)

2009-04-05 Thread mabshoff
There is an somewhat interesting article about "A First Look at the Larrabee New Instructions (LRBni)" at http://www.ddj.com/hpc-high-performance-computing/216402188 You might want to read the print version since that one is all on one page. I am not sure how much of this will be useful to M

[mpir-devel] Release candidate 7

2009-04-05 Thread Bill Hart
I've just put up release candidate 7. This fixes an issue with the --enable-gmplink on OSX and Cygwin (links to the right binaries). It also fixes a failing doctest on Apple (cxx/t-istream). These fixes will only affect Apple and Cygwin users. There are NO changes for anyone else. Bill. --~--~

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread mabshoff
On Apr 5, 7:46 pm, Jason Moxham wrote: > On Monday 06 April 2009 03:15:46 mabshoff wrote: Hi Jason, > I don't understand why it works , surely we have > libmpir.so.3.4.1 in linux > libmpir.3.4.1.dylib in OSX > so a > libmpir.${shared_ext}.3.4.1 > > shouldn't work ? I have no idea *why* you

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread Jason Moxham
On Monday 06 April 2009 03:15:46 mabshoff wrote: > On Apr 5, 7:11 pm, Jason Moxham wrote: > > There doesn't seem to be an easy way to this. > > > > I can do another hack for OSX , but then we will need another hack for > > cygwin, and for each system which names it libraries differently, and > >

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread Jason Moxham
rev 1854 , should be there , I just building it on varro now On Monday 06 April 2009 03:18:35 mabshoff wrote: > On Apr 5, 7:15 pm, mabshoff > dortmund.de> wrote: > > On Apr 5, 7:11 pm, Jason Moxham wrote: > > > > > I've svn'ed into mpir-1.0.0 branch > > I am not seeing it in the 1.0.0 branch.

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread mabshoff
On Apr 5, 7:15 pm, mabshoff wrote: > On Apr 5, 7:11 pm, Jason Moxham wrote: > I've svn'ed into mpir-1.0.0 branch I am not seeing it in the 1.0.0 branch. The top of "svn log" in 1.0.0 says: r1837 | jasonmoxham | 2009-0

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread mabshoff
On Apr 5, 7:11 pm, Jason Moxham wrote: > There doesn't seem to be an easy way to this. > > I can do another hack for OSX , but then we will need another hack for cygwin, > and for each system which names it libraries differently, and looking at > libtool there are quite a few. > > The libtool -

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread Jason Moxham
There doesn't seem to be an easy way to this. I can do another hack for OSX , but then we will need another hack for cygwin, and for each system which names it libraries differently, and looking at libtool there are quite a few. The libtool --mode=installoption doesn't have a option for r

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread mabshoff
On Apr 5, 2:46 pm, Jason Moxham wrote: > Varro on Skynet is Darwin , so perhaps I can test it , if I can get past the > make install needing root access . I remember reading somewhere that you can > set the install path . Use --prefix to do that. The names on OSX in general need to be dylib,

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread Jason Moxham
Varro on Skynet is Darwin , so perhaps I can test it , if I can get past the make install needing root access . I remember reading somewhere that you can set the install path . On Sunday 05 April 2009 22:26:25 Jason Moxham wrote: > Hi , > I pretty much thought this would be the case. > Can you

[mpir-devel] Re: MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread Jason Moxham
Hi , I pretty much thought this would be the case. Can you send me a list of the files that need these links.It's trivial to put the links in once I know the file names . The same for any other OS that does not use *.so etc , perhaps Cygwin? I've looked before but I cant find the part of the co

[mpir-devel] MPIR 1.0.rc5: Another buglet in --enable-gmplink on OSX

2009-04-05 Thread mabshoff
Hi, --enable-gmplibnk on OSX produces link from *so* to *so*, not *dylib* to *dylib*, i.e. bash-3.2$ uname -a Darwin bsd.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 bash-3.2$ ls -al libgmp* lrwxr-xr-x 1 mabshoff mabshoff 10 Apr