simuPOP icon indicating copy to clipboard operation
simuPOP copied to clipboard

Configuration issues with clang++ on mac silicon

Open BoPeng opened this issue 6 months ago • 0 comments

When compiling simuPOP from source,

#define HAVE_DECL_ISFINITE 1

is needed for line 1099 of config.h.

Then, we have error like

src/utility.h:2422:9: error: no member named '_Bit_type' in namespace 'std'

We may need another set of macro definitions to support this particular configuration.

BoPeng avatar May 13 '25 01:05 BoPeng