diff options
Diffstat (limited to 'sci-mathematics/lcalc')
-rw-r--r-- | sci-mathematics/lcalc/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild (renamed from sci-mathematics/lcalc/lcalc-2.1.0.ebuild) | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/sci-mathematics/lcalc/Manifest b/sci-mathematics/lcalc/Manifest index 26039fb35f3e..fae635122ecd 100644 --- a/sci-mathematics/lcalc/Manifest +++ b/sci-mathematics/lcalc/Manifest @@ -1,5 +1,5 @@ DIST lcalc-2.0.5.tar.xz 830360 BLAKE2B 4a282de8548bc0b3d95fe079362ea98dd1397a1f0f7c4c61c6d2df8c5f95b9638aa628a25b138e6037520c69e56bfab635872115139caf3270d473e01276b980 SHA512 d3b7fa25dd3c2a8f88671076dfb5ab5e933be7feff24bbd160c92a476953f5553f9fb58f72c36b9c668929385084918fc3396e1a0bcc55de12ea8cb647c53929 DIST lcalc-2.1.0.tar.xz 831000 BLAKE2B 2b48fbf488a95f96a8a33b778b5094da4a566e6c4d0b0dddbaad2fb1a33d70e34aed7dbb3b517dbb37622fd7978630ed50c0b342d1d5135588c565640a3dea05 SHA512 31f31f6877c47756bc5b6e91da3ecdbeec9131f7c99d046b7e186f743b0726dc1f257fa107e86e6ececabacbd16a61329aa058196f0e83ef7df517588ec7ff28 EBUILD lcalc-2.0.5-r2.ebuild 1010 BLAKE2B 60e5e26b9a7601229eb54439ff3a61513ce5236c2766fb09feb29f7e0e06495e9713c8017037736518c89254d25deafb4640f3d87cc61341eeb01741c74fd112 SHA512 d70f132f0a604bbe59d4a3f9e1a03e27148023978cb21a7b7b771a4363b3cb4c5c7670bf4f2c5e79f0af0fc42276797aeed7741a1fd67ef3c3d73e9f9b0ca459 -EBUILD lcalc-2.1.0.ebuild 1015 BLAKE2B 1083bde03d7d2a801f7832754f1a45158b2676fd1bfd7e369e09031a141e5f170fd1357df0b9a82a0f109ee632865090b38fdae81b6116d339c0c8f234ea4fe5 SHA512 357f1c03c6794c294a9b60cea1bd1fb8347caaef353b82299e7bd5769a7596226a314928474ab0356bc53f2a8b7e8fb2d28b309fd4eb2eeeb01aa93a5c1544d6 +EBUILD lcalc-2.1.0-r1.ebuild 1134 BLAKE2B 161cbbe725a9b39560b66f9725175e05cd2e1d5e9a7418ada429b59fc084d0375f37c7a1120a70cf35404757c015c62fc5970f0a3c711dcc4f1d855a3a5b5bc4 SHA512 e1787e9cd9d964801cd2a7ef8070f134e7f7005c3cd932e60339fd88e2e09328c29e2bd34946610adf2de053133a4b6feca70cdb331a6bbdc0c953595b2fe89a MISC metadata.xml 1165 BLAKE2B 77544a05687fad32c18cb8d840d8de4291cae4135976bd741bbfd57a015956d5104026b99b1aec934d6a260501d89cd947e052a2ac85e35d2c93f7fc08224ac1 SHA512 cce822c8b50d97a7f8405634f565c3fbe147732db57bd66cccbaad2c2eda23076b76d0dfa442d462d55625a5dff06dde9bdf5e6ab4a9c9417d2f69972cc87add diff --git a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild index a39356808db6..8143393823f7 100644 --- a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild @@ -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)" |