-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add an environment for builds on MacOS #574
Conversation
Very nice that this is picked up! Let me know if you want me to do some tests. I believe the GAUDI_LIBRARY_PATH variable still needs to be set to make Gaudi useable on macos. |
variants: build_type=RelWithDebInfo cxxstd=20 | ||
# Add openmp="project" | ||
llvm: | ||
variants: ~flang~lldb~lld~lua~mlir~internal_unwind~polly~libomptarget~libomptarget_debug~gold~split_dwarf~llvm_dylib~link_llvm_dylib~omp_tsan~omp_as_runtime~code_signing~python~version_suffix~shlib_symbol_version~z3~zstd compiler-rt="none" libcxx="none" targets="x86" openmp="project" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`targets="x86"``?
Merging this for now even though it certainly won't build on MacOS, at least it's a starting point. |
No description provided.