Browse Source

MAINT: Cleanup and lint a bit

pull/4832/head
Rohit Goswami Mateusz Sokół 1 year ago
parent
commit
17b164feee
2 changed files with 7 additions and 3 deletions
  1. +0
    -2
      driver/others/meson.build
  2. +7
    -1
      meson.build

+ 0
- 2
driver/others/meson.build View File

@@ -72,8 +72,6 @@ endforeach
# Create the static libraries from the configurations
others_libs = []
foreach conf : others_confs
message(conf['name'])
message(conf)
others_libs += [static_library(
conf['name'],
conf['src'],


+ 7
- 1
meson.build View File

@@ -446,5 +446,11 @@ subdir('driver/others')
subdir('kernel')

_openblas = static_library('openblas',
link_whole: [ _interface, _l2_driver, _l3_driver, _others, _kern ],
link_whole: [
_interface,
_l2_driver,
_l3_driver,
_others,
_kern,
],
install: true)

Loading…
Cancel
Save