This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Merged
Conversation
- Rename sample_c/ to capi_sample/ for better naming clarity - Add run_sample.sh: unified script for building with BLAS support - Remove separate run_with_cxx_blas.sh and run_with_cxx_wo_blas.sh scripts - Update test_cxx_backend.yml to build capi_sample in CI - Remove work_cxx_blas and work_cxx_wo_blas from .gitignore - Update README with simplified usage instructions
- Add epsilon parameter to spir_basis_new in sample1.c, sample2.c, sample3.c - Clean build directory in run_sample.sh and CI workflow to avoid cache conflicts
- Add test_with_installed_backend.sh for CI use - Simplify workflow to just call the script - Keep workflow clean and maintainable
Closed
- Call run_sample.sh directly in CI workflow - Remove unnecessary install step - Keep workflow simple and maintainable
- Add work_cxx_blas, work_cxx_wo_blas to .gitignore - Add capi_benchmark/work_cxx_blas/ to .gitignore - Remove accidentally committed build artifacts
Remove accidentally committed working files: - fortran/sample/*.txt data files - Temporary working files These were test data files and should not be committed.
Remove temporary expansion files: - fix_expanded_names.py - generate_sparseir_ext_func_impl.py - sparseir_ext_expanded*.F90
Remove Python build artifacts: - python/output - python/test.py - python/uv.lock - python/work/ Remove debug.sh file
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.