BLD: Generate basic pkgconfig
This commit is contained in:
parent
cfd11eba92
commit
13bd3b2c5f
10
meson.build
10
meson.build
|
@ -455,3 +455,13 @@ _openblas = static_library('openblas',
|
|||
_kern,
|
||||
],
|
||||
install: true)
|
||||
|
||||
|
||||
pkg = import ('pkgconfig')
|
||||
pkg_ver = meson.project_version()
|
||||
pkg.generate(_openblas,
|
||||
name: 'openblas',
|
||||
filebase: 'openblas',
|
||||
description: 'OpenBLAS via meson build',
|
||||
version: f'@pkg_ver@_meson',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue