BUG,MAINT: Compile the base symbol too

This commit is contained in:
Rohit Goswami 2024-04-13 17:15:41 +00:00
parent 5f56eff256
commit 762e5b2f37
No known key found for this signature in database
GPG Key ID: 9CCCE36402CB49A6
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ foreach root : blas1_roots
_defs += ['-DCOMPLEX', '-UDOUBLE']
endif
interface_confs += {'defs': _defs,
'name': prec + root,
'src': fname}
interface_confs += {'defs': _defs + '-DCBLAS',
'name': 'cblas_' + prec + root,
'src': fname}
endforeach