From 536202958c40c41015e8dfaffda2cca1a0c743ee Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 12 Dec 2024 11:07:23 +0100 Subject: gnu: lapack: Mark as tunable. * gnu/packages/maths.scm (lapack)[properties]: New field. Change-Id: Iec6383a36f699a573654827a0f7ddaf52790625a --- gnu/packages/maths.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 60203f82a9..f17b69c284 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1117,7 +1117,8 @@ large scale eigenvalue problems.") "LAPACK is a Fortran 90 library for solving the most commonly occurring problems in numerical linear algebra.") (license (license:non-copyleft "file://LICENSE" - "See LICENSE in the distribution.")))) + "See LICENSE in the distribution.")) + (properties '((tunable? . #t))))) (define-public clapack (package -- cgit v1.2.3