Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gcc_flag issue with Max os #106

Closed
xjing76 opened this issue Feb 15, 2023 · 1 comment · Fixed by aesara-devs/aesara#972
Closed

Gcc_flag issue with Max os #106

xjing76 opened this issue Feb 15, 2023 · 1 comment · Fixed by aesara-devs/aesara#972
Labels
bug Something isn't working duplicate This issue or pull request already exists important

Comments

@xjing76
Copy link
Contributor

xjing76 commented Feb 15, 2023

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
Copy link
Member

The underlying issue is aesara-devs/aesara#127. We need to merge the associated PR: aesara-devs/aesara#972.

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

@brandonwillard brandonwillard added bug Something isn't working important duplicate This issue or pull request already exists labels Feb 15, 2023
@brandonwillard brandonwillard linked a pull request Feb 15, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants