Browse Source

MAINT: Add version to symbols

pull/4832/head
Rohit Goswami Mateusz Sokół 1 year ago
parent
commit
9f616c5991
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      meson.build

+ 2
- 1
meson.build View File

@@ -27,7 +27,8 @@ fc_id = fc.get_id()

# Common args
_args = []
_cargs = ['-DMAX_PARALLEL_NUMBER=1']
# TODO(rg): Max parallel number should be conditional
_cargs = ['-DMAX_PARALLEL_NUMBER=1', f'-DVERSION=@openblas_version@']
_fargs = []

# System configuration


Loading…
Cancel
Save