Search Criteria
Package Details: ggnfs-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: | GGNFS is an open source implementation of General Number Field Sieve algorithm for factoring integers. |
Upstream URL: | http://sourceforge.net/projects/ggnfs/ |
Licenses: | GPL2 |
Conflicts: | ggnfs |
Provides: | ggnfs |
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 (10)
- ggnfs-lasieve4e (ggnfs-lasieve4e-x86_64-svnAUR)
- libgmp-staticAUR (make)
- subversion (make)
- texlive-basic (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-binextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – For autogplot.sh and tests
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR) (optional) – For autogplot.sh
- make (make-gitAUR) (optional) – For tests and contrib stuff
- perl (perl-gitAUR) (optional) – For factoring scripts
Required by (1)
- yafu-git (requires ggnfs) (optional)
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-binextra
is needed forlatexmk
.)ccorn commented on 2020-12-07 13:22 (UTC)
I have accumulated several changes to the
PKGBUILD
on my private branch:libgmp-static
tomakedepends
, as linking is done with-static
.-fcommon
and changing the declarations of some duplicated inline functions tostatic
.texlive-core
inmakedepends
.Here is the diff:
ccorn commented on 2020-09-20 12:47 (UTC)
I had to add
libgmp-static
andgcc9
tomakedepends
and addCC=gcc-9
to bothmake
invocations 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().