Browse Source

add openmp option to pkgconfig template

tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
fa77561396
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openblas.pc.in

+ 1
- 1
openblas.pc.in View File

@@ -4,4 +4,4 @@ Version: ${version}
URL: https://github.com/xianyi/OpenBLAS URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix} Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
Libs.private: ${extralib} Libs.private: ${extralib}
Cflags: -I${includedir}
Cflags: -I${includedir} ${omp_opt}

Loading…
Cancel
Save