MAINT: Add version to symbols
This commit is contained in:
parent
dc0d1fa4c8
commit
9f616c5991
|
@ -27,7 +27,8 @@ fc_id = fc.get_id()
|
||||||
|
|
||||||
# Common args
|
# Common args
|
||||||
_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 = []
|
_fargs = []
|
||||||
|
|
||||||
# System configuration
|
# System configuration
|
||||||
|
|
Loading…
Reference in New Issue