Browse Source

Restore libsuffix support in pkg-config file

It had been mistakenly removed in 9ef10ffa49.
tags/v0.3.29
Sébastien Villemot 10 months ago
parent
commit
bfaf5b9ea4
No known key found for this signature in database GPG Key ID: 2CECE9350ECEBE4A
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}${libsuffix}
Libs.private: ${extralib}
Cflags: -I${includedir} ${omp_opt}

Loading…
Cancel
Save