Skip to content

Commit

Permalink
Merge pull request #196 from c-randall/core-headers
Browse files Browse the repository at this point in the history
Fix linking errors on Windows builds by adding sundials_core library
  • Loading branch information
aragilar authored Dec 22, 2024
2 parents 04d1c6b + 9a5faac commit 27f9a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/scikits-odes-sundials/setup_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ def _get_cython_ext(self):
pass
except ImportError:
info("pkgconfig module not found, using preset paths")

# SUNDIALS core types/context, needed starting with 7.0
SUNDIALS_LIBRARIES.append('sundials_core')

# This is where to put N_vector codes (currently only serial is
# supported)
Expand Down

0 comments on commit 27f9a83

Please sign in to comment.