diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 17:35:25 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 17:36:50 +0300 |
| commit | b7992ceef53bba0ab84445c8ce07a8612e2e6459 (patch) | |
| tree | e48cf051738d2ac2b9ac1139ae09527eae69faa4 /gnu | |
| parent | 3b57556870e1475f73c2dd5e8848158aaf90dfc5 (diff) | |
gnu: sundials: Build with python3.
* gnu/packages/maths.scm (sundials)[native-inputs]: Remove python-2; add
python-minimal-wrapper.
Change-Id: I7e0e8984786391fdf9b966acd48560ea3f2e5d7a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f407417f3e..88cf6b2e6b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8806,7 +8806,7 @@ and comparisons are supported.") "1fwlgbcdxz30dzsqw3y1b6ic1rhzfadghj7cq7yxsj14npgnwzga")))) (build-system cmake-build-system) (native-inputs - (list pkg-config python-2)) ;for tests; syntax incompatible with Python 3 + (list pkg-config python-minimal-wrapper)) (inputs (list openblas suitesparse)) (arguments |
