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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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}