From 36c53a684102f6a54839dfe9fc0d738c9074aedd Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Thu, 18 Apr 2024 14:26:39 +0000 Subject: [PATCH] MAINT,BLD: Add a note for later Generate less non-standard cblas_ symbols --- interface/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interface/meson.build b/interface/meson.build index fd7681017..77774ebd1 100644 --- a/interface/meson.build +++ b/interface/meson.build @@ -407,6 +407,11 @@ foreach conf : _blas_roots # If it's a CBLAS symbol, also create that if conf.get('cblas', false) + if 'q' in type + # There are no cblas_q symbols + # TODO: Handle edge cases around dz zd sc + continue + endif cblas_lib = static_library( cblas_sym_name, sources: conf['fname'],