From b7992ceef53bba0ab84445c8ce07a8612e2e6459 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 13 Apr 2026 17:35:25 +0300 Subject: gnu: sundials: Build with python3. * gnu/packages/maths.scm (sundials)[native-inputs]: Remove python-2; add python-minimal-wrapper. Change-Id: I7e0e8984786391fdf9b966acd48560ea3f2e5d7a --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.3