aesara-devs / aemcmc

AeMCMC is a Python library that automates the construction of samplers for Aesara graphs representing statistical models.
https://aemcmc.readthedocs.io/en/latest/
MIT License
39 stars 11 forks source link

Gcc_flag issue with Max os #106

Closed xjing76 closed 1 year ago

xjing76 commented 1 year ago

Does it make sense to add in the flag settings by default to avoid the issue with Mac? I have to set those flag manually every time I set up a new environment on Mac.

aesara.config.warn_float64 = 'ignore'
aesara.config.gcc__cxxflags = "-Wno-narrowing"
brandonwillard commented 1 year ago

The underlying issue is https://github.com/aesara-devs/aesara/issues/127. We need to merge the associated PR: https://github.com/aesara-devs/aesara/pull/972.

Thanks for reporting it; we'll do that ASAP (ideally before we forget again).