From 0228d362112fd586b7dbe37f4fec54fe73f69668 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 30 Sep 2024 21:38:05 +0200 Subject: [PATCH] move -fopenmp to CFLAGS --- cmake/openblas.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/openblas.pc.in b/cmake/openblas.pc.in index 9526d2df6e..374221b47f 100644 --- a/cmake/openblas.pc.in +++ b/cmake/openblas.pc.in @@ -9,5 +9,5 @@ Name: OpenBLAS Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version Version: @OpenBLAS_VERSION@ URL: https://github.com/OpenMathLib/OpenBLAS -Libs: @OpenMP_C_FLAGS@ -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix} -Cflags: -I${includedir} +Libs: -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix} +Cflags: -I${includedir} @OpenMP_C_FLAGS@