This commit is contained in:
Matti Picus 2024-04-02 08:54:56 +11:00
parent b1e8ba5017
commit 5b33e648b4
1 changed files with 1 additions and 1 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} -l$(libprefix}openblas${libnamesuffix}
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
Libs.private: ${extralib}
Cflags: -I${includedir}