JohnCremona / eclib

The eclib package includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database.
GNU General Public License v2.0
21 stars 15 forks source link

Try to detect NTL more reliably #7

Closed SnarkBoojum closed 10 years ago

SnarkBoojum commented 10 years ago

Ok, this patch does what we discussed today: it will refuse to compile when --without-ntl is given, and whether --with-ntl is given or not, it will try to check the correctness of the flags.

It doesn't do a very thorough check, but I can add more if you think it's worth it.

kiwifb commented 10 years ago

Just to be clear I approve this patch and I am glad I looked before duplicating the effort :)

JohnCremona commented 10 years ago

I'm now upping the version to 20140921 and will add a tag for this version.