Skip to content

merge main into v1.0.0 #60

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

Merged
merged 15 commits into from
Aug 27, 2024
Merged

merge main into v1.0.0 #60

merged 15 commits into from
Aug 27, 2024

Conversation

samansmink
Copy link
Collaborator

No description provided.

JAicewizard and others added 15 commits August 26, 2024 14:03
Add support for fortran and openmp as toolchains
The previous method of setting the CC and friends environment variables causes some issues
with some vcpkg ports. Sometimes a port must be compiled for the host, but when the CC env
variable is set, this overwrites all settings. This leads to a situation where code that
must be compiled for the host architecture (eg amd64) will be compiled with an arm64
cross-compiler.
Pass the compilers using CMAKE_XXX_COMPILER instead of XXX env variable
@samansmink samansmink merged commit 430d73d into v1.0.0 Aug 27, 2024
36 of 38 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