add openmp option to pkgconfig template
This commit is contained in:
parent
176107d23a
commit
fa77561396
|
@ -4,4 +4,4 @@ Version: ${version}
|
|||
URL: https://github.com/xianyi/OpenBLAS
|
||||
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
|
||||
Libs.private: ${extralib}
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I${includedir} ${omp_opt}
|
||||
|
|
Loading…
Reference in New Issue