b2
b2 copied to clipboard
draft: adjusted for Intel oneAPI
works with 2024.2.1. PCH handling and Fortran compiler are not version dependent, probably breaks older systems
Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Documentation content changes
- [ ] Other (please describe):
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
- [ ] I searched the discussions
- [x] I searched the closed and open issues
- [ ] I read the contribution guidelines
- [ ] I added myself to the copyright attributions for significant changes
- [x] I checked that tests pass locally with my changes
- [ ] I added tests that prove my fix is effective or that my feature works
- [ ] I added necessary documentation (if appropriate)
Further comments
Intel oneAPI contains new, LLVM-based compilers which have some incompatibilities to the older compilers. This makes b2 work with these new compilers.
Note: I believe that this change does not work on older systems, but to make it compatible I need help for writing jam files and, ideally, setting up a CI for Intel compiler
@hainest: This seems to be the place for the changes