je viens de l'installer sur Manjaro, il a fallu que j'installe autoconf ! IL est peut-être nécessaire de changer les dépendances !
Search Criteria
Package Details: mpir 3.0.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpir.git (read-only, click to copy) |
---|---|
Package Base: | mpir |
Description: | Library for multiple precision integers and rationals |
Upstream URL: | https://www.mpir.org/ |
Licenses: | LGPL |
Submitter: | remyoudompheng |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 44 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-23 09:01 (UTC) |
Last Updated: | 2024-07-20 16:56 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- yasm (yasm-gitAUR) (make)
Required by (4)
- cloudcompare
- cloudcompare-git
- macaulay2
- meshlab-appimage (optional)
Sources (2)
freedomsha commented on 2023-11-21 15:46 (UTC)
acxz commented on 2022-05-17 19:04 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.
acxz commented on 2022-05-17 18:48 (UTC) (edited on 2022-08-01 02:05 (UTC) by acxz)
I guess I'll adopt and try to fix it. Edit: fixed!
acxz commented on 2022-05-17 18:46 (UTC)
You were not able to reproduce in a clean chroot?
jneem commented on 2022-05-17 16:13 (UTC)
Hm, I can't reproduce. It looks like whether that code is enabled depends on GMP_LIMB_BITS
, so maybe it's platform-dependent? But anyway, MPIR is no longer doing releases so it isn't really feasible to maintain this...
acxz commented on 2022-05-17 01:53 (UTC)
I'm getting a build error in a clean chroot
get_d.c: In function '__gmpn_get_d':
get_d.c:125:34: error: storage size of 'u' isn't known
125 | union ieee_double_extract u;
| ^
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1
make[2]: *** [Makefile:452: get_d.lo] Error 1
jneem commented on 2021-04-02 20:46 (UTC)
Sure. It looks like upstream isn't doing any more releases though -- probably someone should write an mpir-git package...
micwoj92 commented on 2021-04-02 18:30 (UTC)
Hello, could you update links to https?
mgrewe commented on 2017-01-16 21:10 (UTC)
Thanks very much, Joe. I can confirm your patch is working for me!
jneem commented on 2017-01-16 19:40 (UTC)
Ok, it turns out to be a sed upgrade, which breaks the configure script. I'm testing a patch now...
Pinned Comments
acxz commented on 2022-05-17 19:04 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.