-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
pyshtools v4.11.10 #46
pyshtools v4.11.10 #46
Conversation
…nda-forge-pinning 2024.01.18.06.29.38
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 ( |
Add {{ compiler("cxx") }} to build Revert blas-devel and add liblack and libblas to host
add cmake to build
try libopenblas instead of libblas and liblapack
try libopenblas and liblapack
try openblas-devel with liblapack
try blas-devel with liblapack
try only blas-devel
retry liblapack + libblas
This release replaces distutils with the Meson-python backend. I note that this builds fine on ubuntu and macos using our CI tests (https://github.com/SHTOOLS/SHTOOLS/blob/master/.github/workflows/ci_test.yml), but here we are running into problems. For linux and windows, the problem appears to be related to blas and lapack issues. I have tried using various combinations of liblapack, libblas, libopenblas, blas-devel, but this didn't resolve the issue. For macOS (intel), the problem occurs when Meson tries to create an executable for the tests. For macOS ARM, I have no idea. There is a small possibility that the lapack and blas dependencies will need to be specified differently in the project At this point, I am out of ideas, so I would appreciate it if someone like @moorepants or @QuLogic could take a look at this, and hopefully point me in the right direction! LinuxSuccessfully built pyshtools, but in "Packaging pyshtools"
macos (osx 64, intel)Mostly builds fine, until meson tries to build and link the fortran test executables:
The problem appears to be a missing Xcode Accelerate library. I note that it is not necessary to compile these tests for the release, but Meson does this automatically, and there is no way to stop it from doing so (see mesonbuild/meson#2518 (comment)) WindowsThe BLAS library isn't found
MacOS ARM 64Not sure what is going on:
|
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Pending Dependency Version Updates
Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.
Dependency Analysis
Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add
bot: inspection: false
to yourconda-forge.yml
. If you encounter issues with this feature please ping the bot teamconda-forge/bot
.Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.
Packages found by source code inspection but not in the meta.yaml:
Packages found in the meta.yaml but not found by source code inspection:
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/7574602297, please use this URL for debugging.