Browse Source

BUG,MAINT: Compile the base symbol too

pull/4820/head
Rohit Goswami 2 years ago
parent
commit
762e5b2f37
No known key found for this signature in database GPG Key ID: 9CCCE36402CB49A6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      interface/meson.build

+ 3
- 0
interface/meson.build 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


Loading…
Cancel
Save