[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread Bill Hart
make test maybe? 2009/4/11 Jason Moxham : > > > We need to find a way to disable make install/check for yasm easily , so that > we can upgrade yasm without hassle . Currently I disabled each Makefile.am in > each src directory for the install , there was about 15 files , and for make > check I th

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread Jason Moxham
We need to find a way to disable make install/check for yasm easily , so that we can upgrade yasm without hassle . Currently I disabled each Makefile.am in each src directory for the install , there was about 15 files , and for make check I think there was another 20 or so , yuck. Perhaps cha

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread Bill Hart
This includes some updates we'd like to have. But I think we'll put off the upgrade to 1.2.0, as we don't want to break anything now that we are so close to a release. Bill. 2009/4/11 mabshoff : > > By the way: Yasm 0.8 was released *today*, so we might want to upgrade > for the next major relea

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread mabshoff
By the way: Yasm 0.8 was released *today*, so we might want to upgrade for the next major release of MPIR anyway: Changes from 0.7.2 to 0.8.0: * Add TASM-like basic syntax and frontend (contributed by Samuel Thibault). * Add movbe instruction and CPU feature. * Use UNIX (not Windows) path fun

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread mabshoff
On Apr 10, 5:39 pm, Bill Hart wrote: > The yasm tests fail on so many systemss that I think we should work > harder to disable them. They really aren't relevant to the MPIR > library. Yasm itself works fine, whether or not the tests pass and the > real test of that for us is whether the library

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread Bill Hart
The yasm tests fail on so many systemss that I think we should work harder to disable them. They really aren't relevant to the MPIR library. Yasm itself works fine, whether or not the tests pass and the real test of that for us is whether the library passes make check. Bill. 2009/4/11 mabshoff :

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread mabshoff
oops, twenty minutes after I reported that there was no problem an issue with "make check" for yasm on some Acer notebook popped up: PASS: modules/parsers/nasm/tests/nasm_test.sh Test nasm_test: W +0-1/1 0% ** W: orphanwarn did not match errors and warnings! FAIL: modules/parsers/nasm/tests/worp

[mpir-devel] Re: Release candidate 8!!

2009-04-10 Thread mabshoff
On Apr 8, 12:18 pm, Bill Hart wrote: > Release candidate 8 is available. It changes from symlinks to creating > libraries in GMP compatibility mode and the option has been changed > from --enable-gmplink to --enable-gmpcompat. Ok, I ran some more tests with Sage last night and from this end th