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 RPATH related issues #1243

Merged
merged 3 commits into from
Apr 19, 2022
Merged

Fix RPATH related issues #1243

merged 3 commits into from
Apr 19, 2022

Commits on Apr 16, 2022

  1. [SCons] Set rpath on macOS shared library

    This is especially helpful for the libcantera-devel Conda package and other cases
    where the library isn't on a standard system path.
    speth committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f7ba29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acfae31 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. [SCons] Fix site-packages detection with Windows Anaconda

    On Windows, when using Conda, site.getsitepackages() returns a list of
    two directories, the first of which is the base of the conda installation.
    speth committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0d042c5 View commit details
    Browse the repository at this point in the history