Restore libsuffix support in pkg-config file#4982
Restore libsuffix support in pkg-config file#4982martin-frbg merged 1 commit intoOpenMathLib:developfrom
Conversation
It had been mistakenly removed in 9ef10ff.
|
Ugh, not again. But I don't think your fix is entirely correct either, the libsuffix is the same as the symbolsuffix so would come before the libnamesuffix (?) |
|
|
|
Also note that I did the same as in |
|
then there is probably more chaos in the naming. cmake builds differ from gmake "historically" by automatically setting SYMBOLSUFFIX=64 (which carries over into LIBSUFFIX=64) for 64bit indexing, but in principle that SYMBOLSUFFIX can be overriden by the user in either case. And any other suffix on the library name (such as _numpy, _scipy or whatever else has been used in the past) would need to come after the usually-numerical-when-present SYMBOLSUFFIX I think |
|
Ok. I don’t know the purpose of |
Bug-Debian: https://bugs.debian.org/1087874 Forwarded: OpenMathLib/OpenBLAS#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
|
will follow up with another pr, there are some unfortunate cases now where we can get duplication of suffixes in both the .pc and .cmake file |
It had been mistakenly removed in 9ef10ff.