Skip to content

Conversation

@rykerfish
Copy link
Contributor

@rykerfish rykerfish commented Feb 12, 2026

The conda-forge build was having an issue where it needed to import each solver and thus required access to runtime BLAS libraries which aren't included in the build-time environment. Nanobind stub generation has an option to only generate stubs at install time, which I think uses the host dependencies on conda-forge and do include BLAS.

I used this branch to create a patch for the v1.1.1 PR. I figured we should keep the same build here and on conda-forge so I'm PRing it here as well, although we shouldn't create a new release for this since I included it in the patch. I think we'll need to remove the patch file in the feedstock upon the next version release.

@RaulPPelaez if this looks okay to you, could you merge the feedstock PR as well?

@github-actions
Copy link

Linter reported no issues

All Python files are correctly formatted with Black.

@github-actions
Copy link

Linter reported no issues

All C/C++ files are correctly formatted with clang-format.

@RaulPPelaez RaulPPelaez merged commit f3065c3 into main Feb 12, 2026
3 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.

2 participants