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

merge main into v1.0.0 #60

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    2ebbb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f303a View commit details
    Browse the repository at this point in the history
  3. Fix flags

    JAicewizard committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6728a70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from JAicewizard/add_fortran

    Add support for fortran and openmp as toolchains
    samansmink authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f699471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c617c9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    312d098 View commit details
    Browse the repository at this point in the history
  7. enable script

    samansmink committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cd8f0ed View commit details
    Browse the repository at this point in the history
  8. use hardcoded path

    samansmink committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    aba3a56 View commit details
    Browse the repository at this point in the history
  9. Pass the compilers using CMAKE_XXX_COMPILER instead of XXX env variable

    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.
    JAicewizard committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    aa77bd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #59 from JAicewizard/fix_compiler_passing

    Pass the compilers using CMAKE_XXX_COMPILER instead of XXX env variable
    samansmink authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9d5363c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620695c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c5d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6bcda4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from JAicewizard/custom_vcpkg

    Allow vcpkg custom git url
    samansmink authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b07a1a6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #61 from samansmink/add-custom-toolchain-script

    Add custom toolchain script
    samansmink authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    638a972 View commit details
    Browse the repository at this point in the history