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

Make GLM include directory portable. #1074

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Make GLM include directory portable. #1074

merged 2 commits into from
Jul 31, 2023

Commits on Jul 28, 2023

  1. Make GLM include directory portable

    GLM include files and license are now embedded into Python wheels when enabled.
    pyflamegpu.GLM now returns whether GLM support is enabled within the wheel.
    Added GLM_INC_DIR as portable way to locate GLM include dir
    Robadob committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c22b2e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Warning fix: AgentVectorTest iterateor_GLM unused variable warning fix

    GLM is not currently covered by CI, so warning was previously unnoticed.
    ptheywood committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    41f6ac5 View commit details
    Browse the repository at this point in the history