-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added extra rpath entries to common macOS library install locations. #95
Conversation
Sure, will merge it in once CI is happy |
This comment was marked as outdated.
This comment was marked as outdated.
888c4b2
to
d131a9f
Compare
d131a9f
to
74e0984
Compare
@@ -69,7 +69,8 @@ jobs: | |||
if: steps.conda-cache.outputs.cache-hit != 'true' | |||
run: conda install pdal=${{ matrix.pdal }} | |||
|
|||
- name: Set LD_LIBRARY_PATH | |||
- name: Set LD_LIBRARY_PATH | |||
if: ${{ matrix.os == 'ubuntu-latest' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More for clarity than anything else.
ha, what was the change to make it work? |
Basically reverting another change that I thought would eliminate an extra
I thought I understood the setting behavior, but it was only passing locally because I relied on |
Oh, the |
How do I find the Maven Central coordinates? |
sonatype snapshots! (https://oss.sonatype.org/content/repositories/snapshots/io/pdal/) Check the readme, the orange button click! |
@pomadchin Is it possible for you to publish a SNAPSHOT version so I can easily test the output from CI?