mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* MODULES.html.sh: Mention libgmp-mpz and libgmp-mpq. * config/srclist.txt: Mention mini-mpq.c and mini-mpq.h. * lib/mini-mpq-gnulib.c: New file. * lib/mini-mpq.c: New upstream source file from https://gmplib.org/repo/gmp/raw-file/tip/mini-gmp/mini-mpq.c. * lib/mini-mpq.h: New upstream source file from https://gmplib.org/repo/gmp/raw-file/tip/mini-gmp/mini-mpq.h. * modules/libgmp-mpq: New module. * modules/libgmp-mpz: Conditionally include mini-mpq.h in gmp.h. * modules/libgmp: Add libgmp-mpq dependency.
26 lines
295 B
Plaintext
26 lines
295 B
Plaintext
Description:
|
|
GNU Multiple Precision Arithmetic library,
|
|
or its mini-gmp + mini-mpq substitute
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
libgmp-mpz
|
|
libgmp-mpq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<gmp.h>
|
|
|
|
Link:
|
|
$(LTLIBGMP) when linking with libtool, $(LIBGMP) otherwise
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|