Browse Source

BLD: Generate basic pkgconfig

pull/4820/head
Rohit Goswami 1 year ago
parent
commit
57d4276f23
No known key found for this signature in database GPG Key ID: 9CCCE36402CB49A6
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      meson.build

+ 10
- 0
meson.build View File

@@ -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…
Cancel
Save