MAINT: Cleanup meson builds

This commit is contained in:
Rohit Goswami 2024-04-13 16:11:26 +00:00
parent 6f5211ed69
commit a807c65ec8
No known key found for this signature in database
GPG Key ID: 9CCCE36402CB49A6
1 changed files with 0 additions and 15 deletions

View File

@ -95,21 +95,6 @@ foreach conf: interface_confs
)
endforeach
# _static_libs += static_library(
# 'cblas_drot',
# 'rot.c',
# include_directories: _inc,
# c_args: [_cargs,
# '-DASMNAME=cblas_drot',
# '-DASMFNAME=cblas_drot_',
# '-DNAME=cblas_drot_',
# '-DCNAME=cblas_drot',
# '-DCHAR_NAME="cblas_drot_"',
# '-DCHAR_CNAME="cblas_drot"',
# '-DDOUBLE',
# '-UCOMPLEX',],
# )
_interface = static_library('_interface',
c_args: _cargs,
link_whole: _static_libs)