From 023c711c43f526357a22bd5d5973e073b0f613dd1ad4b54bad5e699f89c75ad1 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Sat, 10 Feb 2018 15:18:10 +0000 Subject: [PATCH] - Prepend PKG_CONFIG_PATH in modules file (boo#1080426). OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=67 --- hdf5.changes | 5 +++++ hdf5.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/hdf5.changes b/hdf5.changes index 12f33b4..2ff2dc6 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 10 07:31:46 UTC 2018 - eich@suse.com + +- Prepend PKG_CONFIG_PATH in modules file (boo#1080426). + ------------------------------------------------------------------- Fri Feb 9 20:10:17 UTC 2018 - eich@suse.com diff --git a/hdf5.spec b/hdf5.spec index 61f47ab..5c2bd1f 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -794,6 +794,7 @@ prepend-path CPATH %{hpc_includedir} prepend-path C_INCLUDE_PATH %{hpc_includedir} prepend-path CPLUS_INCLUDE_PATH %{hpc_includedir} prepend-path INCLUDE %{hpc_includedir} +%hpc_modulefile_add_pkgconfig_path setenv %{hpc_upcase %pname}_INC %{hpc_includedir} }