You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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.
The text was updated successfully, but these errors were encountered:
It was first broken by 8a68d5c, which gave
utility.c
a dependency onfactor.[ch]
(which then pulls in everything else), and has acquired several additional dependencies since then.I've been building successfully with:
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 fromutility.c
. I don't want to drop it entirely - it's really useful for testing changes.The text was updated successfully, but these errors were encountered: