From 28424fd27a2ee630efe7c01f25c6796d1cf78597 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Date: Fri, 9 Feb 2024 08:00:33 +0100 Subject: [PATCH] Changed dep from openblas to blas/lapack --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index be74815..eb1a070 100644 --- a/fpm.toml +++ b/fpm.toml @@ -11,7 +11,7 @@ auto-executables = true auto-tests = true auto-examples = true module-naming = false -link = ["openblas"] +link = ["blas", "lapack"] [install] library = true