ipfire-3.x/libmpc/libmpc.nm

51 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libmpc
version = 1.3.1
release = 1.3
thisapp = mpc-%{version}
groups = System/Libraries
url = https://www.multiprecision.org/
license = LGPLv2.1+
summary = Mpc is a C library for the arithmetic of complex numbers
description
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 follows the same principles as Mpfr.
end
source_dl = https://ftp.gnu.org/gnu/mpc/
build
requires
gmp-devel >= 5.0.0
mpfr-devel >= 4.1.0
end
configure_options += \
--enable-shared \
--disable-static
test
# This testsuite runs forever on x86_64
: # make check LD_LIBRARY_PATH="${DIR_APP}/src/.libs"
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end