Merges the cln-test branch into the main branch.
authorTim King <taking@cs.nyu.edu>
Fri, 2 Jul 2010 18:49:47 +0000 (18:49 +0000)
committerTim King <taking@cs.nyu.edu>
Fri, 2 Jul 2010 18:49:47 +0000 (18:49 +0000)
commitfdf952bba734d63fe52b18bba1ef7a8f9c935455
tree5f8eea581731091bb61fb150d28a394b0df2bda2
parent5f2d818b1a2801f647fe1f3ce2a61d7d4806e251
Merges the cln-test branch into the main branch.

The current commit allows for switching in between GMP and CLN by changing a flag manually in configure.ac.  A configure time flag has not yet been added for deciding between the two.

To get this to work you will need to install cln in some form (for Ubuntu users the packages are libcln6(lucid)/libcln5 on karmic and libcln-dev).  You will also need to install pkg-config. You will need to rerun ./autogen.sh, and reconfigure.
15 files changed:
configure.ac
src/util/Makefile.am
src/util/integer.cpp [deleted file]
src/util/integer.h
src/util/integer_cln_imp.cpp [new file with mode: 0644]
src/util/integer_cln_imp.h [new file with mode: 0644]
src/util/integer_gmp_imp.cpp [new file with mode: 0644]
src/util/integer_gmp_imp.h [new file with mode: 0644]
src/util/rational.cpp [deleted file]
src/util/rational.h
src/util/rational_cln_imp.cpp [new file with mode: 0644]
src/util/rational_cln_imp.h [new file with mode: 0644]
src/util/rational_gmp_imp.cpp [new file with mode: 0644]
src/util/rational_gmp_imp.h [new file with mode: 0644]
test/unit/util/rational_white.h