Accepting request 790802 from science

- Fix library link flags on pkg-config file for HPC builds (boo#1134298). (forwarded request 790801 from eeich)

OBS-URL: https://build.opensuse.org/request/show/790802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2020-04-02 15:44:10 +00:00 committed by Git OBS Bridge
commit c6cacff871
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 2 07:49:26 UTC 2020 - Egbert Eich <eich@suse.com>
- Fix library link flags on pkg-config file for HPC builds (boo#1134298).
-------------------------------------------------------------------
Mon Jan 20 00:47:04 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -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#####################################################################