Conversation
Update the cibuildwheel matrix (Linux/macOS/Windows) to cp311-cp314, bump requires-python to >=3.11, the mypy target to 3.11, and the README badge to 3.11+. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…illo
vcpkg install of openblas + lapack-reference fails on Windows: vcpkg's
Fortran toolchain (vcpkg-gfortran -> LLVMFlang) can't build reference
LAPACK, so every Windows wheel job died at CIBW_BEFORE_ALL. Same failure
the sibling `smooth` package hit and solved.
Switch Windows to the OpenMathLib pre-built OpenBLAS zip (BLAS + LAPACK in
one DLL, no Fortran build) consumed via OPENBLAS_HOME, mirroring smooth;
delvewheel bundles libopenblas.dll. CMakeLists now:
- locates system Armadillo (Linux/macOS) and falls back to a header-only
FetchContent of armadillo-code on Windows (no system Armadillo, no
vcpkg). SOURCE_SUBDIR=include downloads without running Armadillo's
CMake; ARMA_USE_BLAS/LAPACK set explicitly for the fetched headers.
- on Windows, points BLAS/LAPACK at OpenBLAS's import lib from
OPENBLAS_HOME, FATAL_ERROR if absent; Linux/macOS keep find_package.
Workflow: replace the vcpkg cache + install/toolchain env with the
OpenBLAS download (cached at C:\openblas) + OPENBLAS_HOME + delvewheel
--add-path C:/openblas/bin.
Verified: Linux configure finds system Armadillo + OpenBLAS, clean rebuild
imports, 39 functionality tests pass; the Windows FetchContent download-only
idiom validated standalone against gitlab.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
No description provided.