add openmp option to pkgconfig template

This commit is contained in:
Martin Kroeker
2024-10-01 13:32:45 +02:00
committed by GitHub
parent 176107d23a
commit fa77561396

View File

@@ -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}