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
Describe the bug ocx does not build if gmp (libgmp-dev on Ubuntu) is not installed.
To Reproduce
Steps to reproduce the behavior:
Uninstall gmp if you have it installed
go build ./cmd/ocx/...
See error
Expected behavior cmd/ocx should not need gmp installed in order to build, only cmd/fred. Creating timelock puzzles is quick since there is a trapdoor, so gmp is not needed.
Desktop (please complete the following information):
OS: Ubuntu
Additional context
This should be solved by separating the creating and solving dependencies for auction orders.
The text was updated successfully, but these errors were encountered:
Describe the bug
ocx
does not build if gmp (libgmp-dev on Ubuntu) is not installed.To Reproduce
Steps to reproduce the behavior:
go build ./cmd/ocx/...
Expected behavior
cmd/ocx
should not need gmp installed in order to build, onlycmd/fred
. Creating timelock puzzles is quick since there is a trapdoor, so gmp is not needed.Desktop (please complete the following information):
Additional context
This should be solved by separating the creating and solving dependencies for auction orders.
The text was updated successfully, but these errors were encountered: