Skip to content

Commit fa77561

Browse files
authored
add openmp option to pkgconfig template
1 parent 176107d commit fa77561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Version: ${version}
44
URL: https://github.com/xianyi/OpenBLAS
55
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
66
Libs.private: ${extralib}
7-
Cflags: -I${includedir}
7+
Cflags: -I${includedir} ${omp_opt}

0 commit comments

Comments
 (0)