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

Fix Mac llvm install issue #171

Merged
merged 4 commits into from
Nov 21, 2023
Merged

Fix Mac llvm install issue #171

merged 4 commits into from
Nov 21, 2023

Conversation

sameeul
Copy link
Member

@sameeul sameeul commented Nov 21, 2023

New GitHub Mac images use Python 3.12. However, when trying to install llvm 17 (new release), it tries to install Python 3.11 and fails. So, we are pinning the compiler at llvm@16 to avoid this Python installation failure. In future, we will check if llvm@17 recipe is fixed and then may remove this pin.

Copy link

sweep-ai bot commented Nov 21, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

@sameeul sameeul changed the title dummy commit for sanity check Fix Mac llvm install issue Nov 21, 2023
@sameeul sameeul merged commit 86aa249 into PolusAI:main Nov 21, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants