-
-
Notifications
You must be signed in to change notification settings - Fork 12
Bump GMT from 6.6.0.dev4+373034f to 6.6.0.dev5+b3580a7 #311
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
Bump GMT from 6.6.0.dev4+373034f to 6.6.0.dev5+b3580a7 #311
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Do we need to explicitly add |
Avoid pulling in python related dependencies when installing `gdal` instead of `libgdal`.
…nda-forge-pinning 2025.03.26.20.10.46
fb6278f to
0be447b
Compare
|
Also getting these warnings: |
| -D ZLIB_ROOT=$PREFIX \ | ||
| -D CURL_ROOT=$PREFIX \ | ||
| -D LAPACK_LIBRARIES=$PREFIX/lib/liblapack${SHLIB_EXT} \ | ||
| -D BLA_VENDOR=Generic \ |
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.
@seisman, can you check if this change to use -D BLA_VENDOR=Generic makes sense. I'm not familiar with BLAS/LAPACK and all that, but found conda-forge/sundials-feedstock#118 (comment) and this seems to fix the libmkl_intel_lp64.so.2: cannot open shared object file error on linux-64?
For reference, the -D LAPACK_LIBRARIES=$PREFIX/lib/liblapack${SHLIB_EXT} line was added by Leo back in 2017 at #24
| - libblas | ||
| - libcblas | ||
| - liblapack |
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.
Removing these from runtime, based on https://conda-forge.org/docs/maintainer/knowledge_base/#blas saying that these should only be needed on host?
recipe/meta.yaml
Outdated
| - liblapack | ||
| - {{ pin_compatible('fftw', max_pin='x') }} | ||
| - {{ pin_compatible('gdal', max_pin='x.x') }} | ||
| - {{ pin_compatible('libgdal-core', max_pin='x.x') }} |
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.
Switching from gdal to libgdal-core, because gdal contains Python related dependencies that shouldn't be needed in GMT C.
Cherry-picked from 0ef7662
…nda-forge-pinning 2025.03.26.20.10.46
|
I've also cherry-picked the GEOS 3.13.1 migration from #307 into this PR, so can close that one after this is merged. |
Other dependencies aren't really sorted, but trying to minimize diff first
This is an automated pull request!
This PR will update the following package:
gmtfrom6.6.0.dev4+373034fto6.6.0.dev5+b3580a7Notes for merging this PR:
Closes #307