Skip to content

Commit 0a2d9aa

Browse files
authored
Merge pull request #4982 from svillemot/develop
Restore libsuffix support in pkg-config file
2 parents 9297c46 + bfaf5b9 commit 0a2d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Name: openblas
22
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
33
Version: ${version}
44
URL: https://github.com/xianyi/OpenBLAS
5-
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
5+
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}${libsuffix}
66
Libs.private: ${extralib}
77
Cflags: -I${includedir} ${omp_opt}

0 commit comments

Comments
 (0)