fix typo
This commit is contained in:
parent
b1e8ba5017
commit
5b33e648b4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue