diff options
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |