From a9845bd6bf903d0482e956277a0d2a14112b8352 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 3 Jun 2024 02:21:35 +0000 Subject: [PATCH] MAINT: Bring back lapack-netlib --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b4b907ab6..2b4eae32f 100644 --- a/meson.build +++ b/meson.build @@ -438,7 +438,7 @@ symb_defs = { # Ignoring other hostarch checks and conflicts for arch in BSD for now _inc = [include_directories('.')] -# subdir('lapack-netlib') +subdir('lapack-netlib') subdir('interface') subdir('driver/level2') subdir('driver/level3')