From c9f4c4e67f9ae906945f69a07de70c691d4a238c6aa12267b696a39dfa1f98a6 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 2 Apr 2020 08:15:28 +0000 Subject: [PATCH] Accepting request 790801 from home:eeich:branches:science - Fix library link flags on pkg-config file for HPC builds (boo#1134298). OBS-URL: https://build.opensuse.org/request/show/790801 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=128 --- hdf5.changes | 5 +++++ hdf5.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/hdf5.changes b/hdf5.changes index a52a8c7..f39e76b 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 2 07:49:26 UTC 2020 - Egbert Eich + +- Fix library link flags on pkg-config file for HPC builds (boo#1134298). + ------------------------------------------------------------------- Mon Jan 20 00:47:04 UTC 2020 - Stefan BrĂ¼ns diff --git a/hdf5.spec b/hdf5.spec index f1cf9f6..6eb2403 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -714,12 +714,12 @@ rm -rf %{buildroot}%{_prefix}/share/hdf5_examples %fdupes -s %{buildroot}/%{_datadir} %if %{with hpc} -%{hpc_write_pkgconfig -n hdf5 -l libhdf5} -%{hpc_write_pkgconfig -n hdf5_hl -l libhdf5_hl} -%{hpc_write_pkgconfig -n hdf5_fortran -l libhdf5_fortran} -%{hpc_write_pkgconfig -n hdf5_hl_fortran -l libhdfhl_fortran} -%{hpc_write_pkgconfig -n hdf5_cpp -l libhdf5_cpp} -%{hpc_write_pkgconfig -n hdf5_hl_cpp -l libhdf5_hl_cpp} +%{hpc_write_pkgconfig -n hdf5 -l hdf5} +%{hpc_write_pkgconfig -n hdf5_hl -l hdf5_hl} +%{hpc_write_pkgconfig -n hdf5_fortran -l hdf5_fortran} +%{hpc_write_pkgconfig -n hdf5_hl_fortran -l hdf5hl_fortran} +%{hpc_write_pkgconfig -n hdf5_cpp -l hdf5_cpp} +%{hpc_write_pkgconfig -n hdf5_hl_cpp -l hdf5_hl_cpp} %hpc_write_modules_files #%%Module1.0#####################################################################