mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-mathematics/lcalc: try elibtoolize to fix bug 953363
Bug: https://bugs.gentoo.org/953363 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit libtool
|
||||
|
||||
DESCRIPTION="Command-line utility and library for L-function computations"
|
||||
HOMEPAGE="https://gitlab.com/sagemath/lcalc"
|
||||
SRC_URI="https://gitlab.com/-/project/12934202/uploads/679cb360a06a713233876cd6fa0ba2fa/${P}.tar.xz"
|
||||
@@ -25,6 +27,13 @@ DEPEND="double-double? ( sci-libs/qd:= )
|
||||
pari? ( sci-mathematics/pari:= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Attempt to fix bug 953363 (using the fix for bug 914068)
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_with pari) \
|
||||
--enable-precision="$(usev double)$(usev double-double)$(usev quad-double)"
|
||||
Reference in New Issue
Block a user