Cyilp64 compile test - #26
Open
ev-br wants to merge 26 commits into
Open
Conversation
ev-br
force-pushed
the
cyilp64-compile-test
branch
2 times, most recently
from
April 16, 2026 17:29
b907b1e to
c564709
Compare
* DOC: integrate.{RK23, RK45}: add examples
Add docstring examples to the Runge-Kutta solver pages.
[docs only]
* Change >>> to ...
… builds Add a meson-python test package that exercises the downstream ILP64 BLAS/LAPACK patterns used by scikit-learn and statsmodels: - Part 1 (sklearn-like): internal .pxd with int-typed API, .pyx wrappers that convert int->blas_int, and a consumer module that cimports across modules - Part 2 (direct): directly cimports blas_int from scipy and uses it throughout Update mkl-cyilp64 and scipy-openblas-ilp64 CI jobs to build a SciPy wheel, install it, then build and test the downstream package against it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit a9e0f53.
ev-br
force-pushed
the
cyilp64-compile-test
branch
2 times, most recently
from
April 17, 2026 11:16
4dd9189 to
7f53ce5
Compare
ev-br
force-pushed
the
cyilp64-compile-test
branch
from
April 17, 2026 11:31
7f53ce5 to
e39037f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference issue
What does this implement/fix?
Additional information
AI Generation Disclosure