mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
mpc: not a bootstrap pkg anymore.
This commit is contained in:
parent
6d241d2375
commit
0075df3a78
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,7 @@ pkgname=mpc
|
||||||
version=0.9
|
version=0.9
|
||||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
subpackages="mpc-devel"
|
||||||
configure_args="EGREP=egrep"
|
configure_args="EGREP=egrep"
|
||||||
makedepends="gmp-devel mpfr-devel"
|
makedepends="gmp-devel mpfr-devel"
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -13,6 +14,3 @@ long_desc="
|
||||||
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
||||||
high precision and correct rounding of the result. It is built upon and
|
high precision and correct rounding of the result. It is built upon and
|
||||||
follows the same principles as Mpfr."
|
follows the same principles as Mpfr."
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
subpackages="mpc-devel"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue