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

Fix compatibility with SCons 3.x #1265

Merged
merged 2 commits into from
Apr 30, 2022
Merged

Commits on Apr 30, 2022

  1. [SCons] Fix compatibility with SCons 3.x

    The 'relpath' attribute was only introduced in SCons 4.2.0, which isn't
    available on all supported build environments (notably, Anaconda, which
    only has SCons 4.1.0).
    
    Fixes Cantera#1253
    speth committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    6d81ae6 View commit details
    Browse the repository at this point in the history
  2. [CI] Pin some builds to SCons 3.1.2

    Make sure that we're continuing to test older but still supported
    versions of SCons.
    speth committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    cb03583 View commit details
    Browse the repository at this point in the history