Search Criteria
Package Details: ggnfs-lasieve4e-x86_64-svn 441-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ggnfs-svn.git (read-only, click to copy) |
|---|---|
| Package Base: | ggnfs-svn |
| Description: | lasieve4e is a lattice siever for GGNFS by Jens Franke and T. Kleinjung. |
| Upstream URL: | http://sourceforge.net/projects/ggnfs/ |
| Licenses: | GPL2 |
| Conflicts: | ggnfs-lasieve4e |
| Provides: | ggnfs-lasieve4e |
| Submitter: | khampf |
| Maintainer: | gilcu3 |
| Last Packager: | gilcu3 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-01-12 22:31 (UTC) |
| Last Updated: | 2024-05-31 15:48 (UTC) |
Dependencies (5)
- libgmp-staticAUR (make)
- subversion (make)
- texlive-basic (texlive-dummyAUR, texlive-fullAUR, texlive-installerAUR) (make)
- texlive-binextra (texlive-dummyAUR, texlive-fullAUR, texlive-installerAUR) (make)
- texlive-latex (texlive-dummyAUR, texlive-fullAUR, texlive-installerAUR) (make)
Required by (1)
- ggnfs-svn (requires ggnfs-lasieve4e)
Latest Comments
ccorn commented on 2024-05-07 14:20 (UTC) (edited on 2024-05-07 14:21 (UTC) by ccorn)
Instead of
texlive-core, you now needtexlive-{basic,binextra,latex}in themakedepends. (texlive-binextrais needed forlatexmk.)ccorn commented on 2020-12-07 13:22 (UTC)
I have accumulated several changes to the
PKGBUILDon my private branch:libgmp-statictomakedepends, as linking is done with-static.-fcommonand changing the declarations of some duplicated inline functions tostatic.texlive-coreinmakedepends.Here is the diff:
ccorn commented on 2020-09-20 12:47 (UTC)
I had to add
libgmp-staticandgcc9tomakedependsand addCC=gcc-9to bothmakeinvocations to get the package built.Current gcc 10.2.0 produces linker errors. I first tried
-fcommon, but that did not resolve all issues, so I resorted to GCC 9 for building. That is a quick hack; with some more (yet unknown) options it should be possible to get the code built with GCC 10.vs220 commented on 2018-04-08 09:05 (UTC) (edited on 2018-04-08 09:06 (UTC) by vs220)
olegkyka downgrade gmp -> gmp-5.1.2-1
olegkyka commented on 2018-04-03 13:42 (UTC)
/usr/bin/ld: cannot find -lgmp collect2: ошибка: выполнение ld завершилось с кодом возврата 1 make: *** [Makefile:58: ../../../bin/gnfs-lasieve4I11e] Ошибка 1 ==> ОШИБКА: Произошел сбой в build().