Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(diffsl): multithreaded and forward/reverse sens support #120

Merged
merged 16 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
turn off suitesparse and sundials tests
martinjrobins committed Jan 29, 2025
commit 17e987545b9b20ae9f595e67feab2166fad341ec
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -65,9 +65,7 @@ jobs:
- name: Set features variable and install dependencies (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
echo "ADDITIONAL_FEATURES_FLAGS=--features diffsl-llvm17 --features sundials --features suitesparse" >> $GITHUB_ENV
sudo apt-get update
sudo apt-get install -y libsuitesparse-dev libsundials-dev
echo "ADDITIONAL_FEATURES_FLAGS=--features diffsl-llvm17" >> $GITHUB_ENV
- name: Set features variable and install dependencies (macOS)
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
run: |