Hello,

I needed a mini version of gmp, to work with C++ inteface, so I created
 mini-gmpxx.h (gmpxx.h for mini-gmp) , mostly for the purpose of compiling
cork on macOS without libgmp present, take a look in
https://github.com/vfonov/cork/tree/master/contrib/gmp-6.1.2/mini-gmp , it
is basically original gmpxx.h with commented out pieces of code that
wouldn't work without mpq and mpf interfaces.

I also had to add couple of defines from omp.h to mini-omp.h , so there are
small changes too.

Maybe it would be of interest to somebody?
-- 
Best regards,

 Vladimir S. Fonov ~ vladimir <dot> fonov <at> gmail <dot> com
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to