When using flint through cppyy on macOS, I get this warning:
In file included from /usr/local/miniconda/envs/test/include/python3.10/CPyCppyy/API.h:26:
In file included from /usr/local/miniconda/envs/test/include/python3.10/Python.h:8:
/usr/local/miniconda/envs/test/include/python3.10/pyconfig.h:1615:9: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
#define _GNU_SOURCE 1
^
/usr/local/miniconda/envs/test/include/flint/thread_pool.h:17:9: note: previous definition is here
#define _GNU_SOURCE
This is version 2.8.4 hd3cc997_ntl_100.
While such a warning is not a big deal, it breaks Python doctesting, e.g., the doctest expects no output, but this warning is printed instead.
When using flint through cppyy on macOS, I get this warning:
This is version 2.8.4 hd3cc997_ntl_100.
While such a warning is not a big deal, it breaks Python doctesting, e.g., the doctest expects no output, but this warning is printed instead.