Skip to content

Commit

Permalink
add openmp option to pkgconfig template
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 1, 2024
1 parent 176107d commit fa77561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openblas.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit fa77561

Please sign in to comment.