r-base 4.5.0#369
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/15440730222. Examine the logs at this URL for more detail. |
|
@conda-forge-admin, please rerender |
|
Requires conda-forge/autoconf-feedstock#40 |
|
|
@conda-forge-admin, please rerender |
|
|
|
Attempting to add it here conda-forge/m2-binary-packages-feedstock#17 |
|
Running - autom4te: error: need GNU m4 1.4 or later: /home/conda/feedstock_root/build_artifacts/autoconf_1746873733042/_build_env/bin/m4 |
|
It seems that |
43384bc to
6951c18
Compare
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.05.20.06.20.57
|
Hi @conda-forge/r-base-feedstock-maintainers, I hope you’re all doing well! I noticed that PR #369 to bump r-base to 4.5.0 was opened on April 22 and has cleared most review tasks. Could you please let me know if there’s anything outstanding preventing its merge, and roughly when we might expect the new r-base 4.5.0 package to become available on conda-forge? Thank you for your work on maintaining this feedstock—I’m looking forward to testing some of the new features in R 4.5.0! |
…nda-forge-pinning 2025.05.26.22.22.49
…nda-forge-pinning 2025.05.26.22.22.49
|
We're now down to LAPACK related linkage errors: |
For the win build, would it be ok to use the internal BLAS/LAPACK implementation instead of the external |
|
The new mentioned routines are new: https://developer.r-project.org/blosxom.cgi/R-4-5-branch/NEWS/2025/04/02 |
|
The changelog as a bit more information: https://cran.r-project.org/doc/manuals/r-release/NEWS.html |
| export LIBRARY_PATH=${PREFIX}/Library/lib | ||
|
|
||
| # Support older BLAS implementations (pre-2025) | ||
| sed -i '/^LIBSOURCES =/ s/$/ dgemmtr.f zgemmtr.f/' src/modules/lapack/Makefile.win |
There was a problem hiding this comment.
That's going to be a lot slower than intended.
There was a problem hiding this comment.
Then we need to update the blas version used here. I guess this means we need to get in conda-forge/blas-feedstock#114 first, right?
There was a problem hiding this comment.
We need to update to 3.12.1 or backport the dgemmtr routines to 3.9
There was a problem hiding this comment.
The other option is to remove these symbols altogether. They are only used in lapack.
There was a problem hiding this comment.
Is removing the symbols preferable to the included patch which adds the symbols and it's working?
There was a problem hiding this comment.
Yes, removing them is preferable. can you send a PR to remove them?
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/15441741720. Examine the logs at this URL for more detail. |
|
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/15445224626. Examine the logs at this URL for more detail. |
|
I added a patch following the instructions in src/extra/blas/Makefile.win to integrate the new symbols into Rblas.dll and it finally passes.
|
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.06.04.10.18.16
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.06.04.10.18.16
May I ask the same question ? |
|
Newer version #378 |
|
Newer version has been merged 🎉 |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)Fixes #368