Skip to content

Commit

Permalink
Set PKG_CONFIG_PATH in modulefiles (#1279)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Malysheva <olga.malysheva@intel.com>
  • Loading branch information
omalyshe committed Dec 6, 2023
1 parent 8259efb commit 58653a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/linux/modulefiles/tbb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions integration/linux/modulefiles/tbb32
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 58653a3

Please sign in to comment.