From 58653a3729f343c48fecb4809a894cd4ba0b8574 Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Wed, 6 Dec 2023 15:11:17 +0100 Subject: [PATCH] Set PKG_CONFIG_PATH in modulefiles (#1279) Signed-off-by: Olga Malysheva --- integration/linux/modulefiles/tbb | 1 + integration/linux/modulefiles/tbb32 | 1 + 2 files changed, 2 insertions(+) diff --git a/integration/linux/modulefiles/tbb b/integration/linux/modulefiles/tbb index ab08c3529e..b8c695ed2c 100644 --- a/integration/linux/modulefiles/tbb +++ b/integration/linux/modulefiles/tbb @@ -66,3 +66,4 @@ prepend-path CPATH "$tbbroot/include" prepend-path LIBRARY_PATH "$tbbroot/lib" prepend-path LD_LIBRARY_PATH "$tbbroot/lib" prepend-path CMAKE_PREFIX_PATH "$tbbroot" +prepend-path PKG_CONFIG_PATH "$tbbroot/lib/pkgconfig" diff --git a/integration/linux/modulefiles/tbb32 b/integration/linux/modulefiles/tbb32 index 9d0efc5a7c..db34135176 100644 --- a/integration/linux/modulefiles/tbb32 +++ b/integration/linux/modulefiles/tbb32 @@ -66,3 +66,4 @@ prepend-path CPATH "$tbbroot/include32:$tbbroot/include" prepend-path LIBRARY_PATH "$tbbroot/lib32" prepend-path LD_LIBRARY_PATH "$tbbroot/lib32" prepend-path CMAKE_PREFIX_PATH "$tbbroot" +prepend-path PKG_CONFIG_PATH "$tbbroot/lib32/pkgconfig"