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

Release 0.1.0 #15

Merged
merged 36 commits into from
Feb 7, 2025
Merged

Release 0.1.0 #15

merged 36 commits into from
Feb 7, 2025

Conversation

iainrussell
Copy link
Member

No description provided.

TomHodson and others added 30 commits June 19, 2023 13:54
On my Mac machine, if I follow the odc build instructions and run `make install` I find that `libodccore.dylib ` ends up 
in `~/local/lib/libodccore.dylib` and `find("odccore", pkg_name="odc")` cannot find it.

Hence I suggest adding `os.path.expanduser("~/local")` to the list of search directories for globally installed files. 

The alternative fix might be to add a way for `make install` to install to "$CONDA_PREFIX/lib/libodccore.dylib" since that is the first place`find` looks and seems like a reasonable place for ODCs`make install` command to put its libraries.
…path

Feature: optional config file at ~/.findlibs and adding ~/.local to search path
* Add to downstream ci
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 40.78212% with 106 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@1ff2187). Learn more about missing BASE report.

Files with missing lines Patch % Lines
findlibs/__init__.py 0.00% 106 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master      #15   +/-   ##
=========================================
  Coverage          ?   33.48%           
=========================================
  Files             ?        6           
  Lines             ?      218           
  Branches          ?        0           
=========================================
  Hits              ?       73           
  Misses            ?      145           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iainrussell iainrussell merged commit bb22361 into master Feb 7, 2025
198 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants