From a9ab8528d631ae268a094aaa453eb39e1d56f538 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Fri, 13 Sep 2024 23:56:13 +0200 Subject: [PATCH] Include custom lapack backend as an option (#39) Co-authored-by: Susi Lehtola --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index e0ec0ac..71173fe 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,7 +3,7 @@ option( type: 'combo', value: 'auto', yield: true, - choices: ['auto', 'mkl', 'mkl-rt', 'openblas', 'netlib'], + choices: ['auto', 'mkl', 'mkl-rt', 'openblas', 'netlib', 'custom'], description : 'linear algebra backend', )