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

chore: fixing OMP issues for macOS ARM and Python3.11. #870

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

bcm-at-zama
Copy link
Collaborator

  • Looks like the OMP issues also happen on ARM
  • And by the way, we didn't have the fix for Python3.11

@bcm-at-zama bcm-at-zama requested a review from a team as a code owner September 11, 2024 10:22
@cla-bot cla-bot bot added the cla-signed label Sep 11, 2024
@@ -10,7 +10,7 @@ MACHINE=$(uname -m)
PYTHON_VERSION=$(python --version | cut -d' ' -f2 | cut -d'.' -f1,2)
DO_REGENERATE=0

if [ "$UNAME" == "Darwin" ] && [ "$MACHINE" != "arm64" ]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how it works for you, @fd0r @RomanBredehoft
Could you tell me?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting an error when running make sybc_env

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RomanBredehoft : do you still get an error and which error please

Copy link
Collaborator

@andrei-stoian-zama andrei-stoian-zama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RomanBredehoft said it works!

@andrei-stoian-zama andrei-stoian-zama merged commit 77fb9d2 into main Sep 23, 2024
14 checks passed
@andrei-stoian-zama andrei-stoian-zama deleted the fix_omp_mac_arm_and_python311 branch September 23, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants