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

Ben omp #7

Merged
merged 13 commits into from
Apr 13, 2024
Merged

Ben omp #7

merged 13 commits into from
Apr 13, 2024

Conversation

puremourning
Copy link
Member

@puremourning puremourning commented Apr 6, 2024

Build openmp


This change is Reviewable

bstaletic and others added 13 commits April 5, 2024 09:18
This should avoid the need to cross compile for macOS, though M1 runners
have only 7GB of RAM.
This does 2 things:

1. When compiling assembly files (.S), specify the cross-compilation
   flags. This fixes the build of openmp, which has a cute little asm
   file, curiously named "Linux" but applies to Unix and Windows too.

2. Makes compiling x86_64 from an arm64 mac actually work, rather than
   just silently building arm64 objects and putting them in a directory
   named x86_64.
@bstaletic
Copy link
Collaborator

Thanks for helping with this. I'm merging it.

@bstaletic bstaletic merged commit 6355059 into master Apr 13, 2024
6 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