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

cmake: set sundials path hint for python package #2397

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Apr 16, 2024

So far, CMakeLists.txt only provided a path hint for sundials for the standalone c++ library, but not for the python package. The latter should be added to ensure the right sundials version is found. There have been issues with system installations of sundials.

Closes #2394

So far, CMakeLists.txt only provided a path hint for sundials for the
standalone c++ library, but not for the python package. The latter
should be added to ensure the right sundials version is found. There
have been issues with system installations of sundials.

Closes AMICI-dev#2394
@dweindl dweindl self-assigned this Apr 16, 2024
@dweindl dweindl linked an issue Apr 16, 2024 that may be closed by this pull request
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.61%. Comparing base (09e0581) to head (7077398).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2397      +/-   ##
===========================================
+ Coverage    77.60%   77.61%   +0.01%     
===========================================
  Files          324      324              
  Lines        20895    20895              
  Branches      1458     1458              
===========================================
+ Hits         16215    16218       +3     
+ Misses        4677     4674       -3     
  Partials         3        3              
Flag Coverage Δ
cpp 73.38% <ø> (+0.01%) ⬆️
cpp_python 34.20% <ø> (ø)
petab 36.79% <ø> (ø)
python 72.16% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

@dweindl dweindl marked this pull request as ready for review April 16, 2024 15:13
@dweindl dweindl requested a review from a team as a code owner April 16, 2024 15:13
@dweindl dweindl enabled auto-merge April 19, 2024 20:26
@dweindl dweindl added this pull request to the merge queue Apr 19, 2024
Merged via the queue into AMICI-dev:develop with commit e8493cf Apr 19, 2024
20 checks passed
@dweindl dweindl deleted the fix_2394 branch April 20, 2024 05:58
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.

cmake: set sundials path hint for python package
2 participants