Restore libsuffix support in pkg-config file
authorSébastien Villemot <sebastien@debian.org>
Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)
committerSébastien Villemot <sebastien@debian.org>
Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)
Bug-Debian: https://bugs.debian.org/1087874
Forwarded: https://github.com/OpenMathLib/OpenBLAS/pull/4982
Last-Update: 2024-11-20

This is needed for 64-bit flavours.
Last-Update: 2024-11-20
Gbp-Pq: Name pkg-config-libsuffix.patch

openblas.pc.in

index 23804f4a2aaa73f68d3d61d7db3df22fa3d8659e..a901fd76798ee353c235f8407b6d1cf6f2fce25c 100644 (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}