Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STANDALONE_SIMPQS no longer builds #45

Open
hvds opened this issue Mar 30, 2024 · 1 comment
Open

STANDALONE_SIMPQS no longer builds #45

hvds opened this issue Mar 30, 2024 · 1 comment

Comments

@hvds
Copy link

hvds commented Mar 30, 2024

It was first broken by 8a68d5c, which gave utility.c a dependency on factor.[ch] (which then pulls in everything else), and has acquired several additional dependencies since then.

I've been building successfully with:

  -DSTANDALONE_SIMPQS -DSTANDALONE simpqs.c utility.c \
  rootmod.c isaac.c primality.c gmp_main.c factor.c prime_iterator.c tinyqs.c \
  lucas_seq.c real.c bls75.c ecpp.c ecm.c squfof126.c pbrent63.c random_prime.c \
  -lgmp -lm

I'm not sure whether just to update the comment in simpqs.c to include the above list, or start the work to unpick dependencies from utility.c. I don't want to drop it entirely - it's really useful for testing changes.

@hvds
Copy link
Author

hvds commented Apr 4, 2024

In #48 I update the comment to include the full list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant