Created attachment 212738 [details] Adding NTL support and switch to configure + gmake Add an optional support of NTL, and set this option by default because it is needed by SageMath. Notes: - the current port defines a mix of cmake and configure, but only cmake is actually used; - the NTL option is not available with cmake => switch to completely to configure; - for some reason, the generated Makefile now requires gmake, and it installs more headers; - the shared library is built by default and it is usable. Since I'm there, add a test target (all tests passed).
Thank you for the patch! Please commit it.
Committed, thanks!
A commit references this bug: Author: thierry Date: Thu Mar 26 21:37:25 UTC 2020 New revision: 529225 URL: https://svnweb.freebsd.org/changeset/ports/529225 Log: Add an option to build the support of NTL. Set the option by default, because it is used by SageMath. PR: 245085 Approved by: yuri (maintainer) Changes: head/math/flint2/Makefile head/math/flint2/pkg-plist