[Bug 256509] [NEW PORT] finance/chiapos: Chia proof of space plotting, proving, and verifying (cmake part)
Date: Sun, 13 Jun 2021 22:52:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256509 risner <risner@stdio.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #225780|0 |1 is obsolete| | --- Comment #6 from risner <risner@stdio.com> --- Created attachment 225781 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225781&action=edit Ready for QA Poudriere tested on: 114amd64 114i386 122amd64 122i386 130amd64 130aarch64 Passes all my local tests There is no Haskell in this port, all ghc references are developer initials. The HellmanAttacks example code is experimental and incomplete upstream. Known Issues: 1) There were three MIT licenses, but only one appeared in packages. I concatenated all three MIT licenses into one file. Is there a way to put all three in the package using LICENSE_FILE_MIT? 2) The port doesn't support i386, the code depends 128 bit compiler support ande it would be a major rewrite to remedy for little to no benefit due the the application requiring 4 to 6 GiB of ram to function. error: unknown type name '__uint128_t' 3) Compiles under arm64, but I don't have an arm64 system currently running FreeBSD to test. Under QEMU make test fails with a qemu crash. -- You are receiving this mail because: You are the assignee for the bug.