Remove [dz]gemmtr symbols from Windows build#379
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/15852733586. Examine the logs at this URL for more detail. |
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/15823380153. Examine the logs at this URL for more detail. |
| zgemv_ | ||
| zgerc_ | ||
| zgeru_ | ||
| diff --git a/src/modules/lapack/cmplx.f b/src/modules/lapack/cmplx.f |
There was a problem hiding this comment.
Instead of changing this file, we should remove cmplx.f and dlapack.f from Makefile.win as they are not needed when using an external blas library like we do.
There was a problem hiding this comment.
Removing the files seemed to cause too many undefined symbols errors, and removing more seemed to have broken the build 🫤
I updated the patch again to make minimal changes while still removing these two symbols. It seems to be working now.
|
I'm not sure why the windows build is getting stuck |
|
@conda-forge-admin rerender |
…nda-forge-pinning 2025.07.08.23.16.59
|
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/16159253380. 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/16352112807. Examine the logs at this URL for more detail. |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.07.17.17.06.34
|
Fixed with #380 |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)The new patch removes the symbols
zgemmtranddgemmtr, and replaces the calls to these functions with the logic taken from version 4.4.3. This is only applicable to windows.