[PS3] gmp and mpfr include test fixes

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
herzi_
Posts: 1
Joined: Tue Dec 23, 2008 7:45 am

[PS3] gmp and mpfr include test fixes

Post by herzi_ »

This include tests are too strict to allow proper installation of libgmp and libmpfr into a prefix that's neither /usr nor /usr/local.

I provided a patch at http://gist.github.com/38974 so you can easily click on "Edit this Gist" to make changes to the patch file.

This new test keeps in mind that the configure scripts checking for these header respect CFLAGS, so should this test.

Comments?
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

That seems like overkill, and I'd like to avoid adding a generic script in the middle of the depends directory. Perhaps it would be better to do the compile test inside each of the gmp3 and mpfr check scripts?
Post Reply