Handle prefixed and suffixed libnames, optionally suppress softlinking

This commit is contained in:
Martin Kroeker
2024-02-06 23:38:19 +01:00
committed by GitHub
parent 1ed69ea1c0
commit 9ef10ffa49
2 changed files with 15 additions and 11 deletions

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} -lopenblas${libsuffix}
Libs: -L${libdir} -l$(libprefix}openblas${libnamesuffix}
Libs.private: ${extralib}
Cflags: -I${includedir}