From 5671b3a993f4b4b5cb48646d604b74d115f4f2d3 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Fri, 13 Sep 2024 18:51:24 +0000 Subject: [PATCH] Include custom lapack backend as an option --- 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', )