Browse Source

Merge pull request #4594 from mattip/openblas.pc.il

fix typo
tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
29995b2969
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openblas.pc.in

+ 1
- 1
openblas.pc.in View File

@@ -2,6 +2,6 @@ Name: openblas
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
Version: ${version}
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -l$(libprefix}openblas${libnamesuffix}
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
Libs.private: ${extralib}
Cflags: -I${includedir}

Loading…
Cancel
Save