- Fix HPC library master packages dependency: make it require
the correct flavor (bsc#1091237). OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=76
This commit is contained in:
parent
8f51185408
commit
5f0088a28d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 27 14:20:25 UTC 2018 - eich@suse.com
|
||||||
|
|
||||||
|
- Fix HPC library master packages dependency: make it require
|
||||||
|
the correct flavor (bsc#1091237).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 7 22:31:05 UTC 2018 - eich@suse.com
|
Sat Apr 7 22:31:05 UTC 2018 - eich@suse.com
|
||||||
|
|
||||||
|
10
hdf5.spec
10
hdf5.spec
@ -288,7 +288,7 @@ managing data. It supports an unlimited variety of datatypes.
|
|||||||
This package contains the %{flavor} version of the high-level HDF5
|
This package contains the %{flavor} version of the high-level HDF5
|
||||||
runtime libraries.
|
runtime libraries.
|
||||||
|
|
||||||
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl%{hpc_package_name_tail}}}
|
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl%{hpc_package_name_tail} -N %{pname}_hl}}
|
||||||
|
|
||||||
%package -n %{libname -l _cpp -s %{sonum_CXX}}
|
%package -n %{libname -l _cpp -s %{sonum_CXX}}
|
||||||
Summary: Shared libraries for the HDF5 scientific data format
|
Summary: Shared libraries for the HDF5 scientific data format
|
||||||
@ -305,7 +305,7 @@ managing data. It supports an unlimited variety of datatypes.
|
|||||||
|
|
||||||
This package contains the HDF5 runtime libraries.
|
This package contains the HDF5 runtime libraries.
|
||||||
|
|
||||||
%{!?with_mpi:%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_cpp%{hpc_package_name_tail}}}}
|
%{!?with_mpi:%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_cpp%{hpc_package_name_tail} -N %{pname}_cpp}}}
|
||||||
|
|
||||||
%package -n %{libname -l _hl_cpp -s %{sonum_HL_CXX}}
|
%package -n %{libname -l _hl_cpp -s %{sonum_HL_CXX}}
|
||||||
Summary: High-level shared libraries for the HDF5 scientific data format
|
Summary: High-level shared libraries for the HDF5 scientific data format
|
||||||
@ -322,7 +322,7 @@ managing data. It supports an unlimited variety of datatypes.
|
|||||||
|
|
||||||
This package contains the the high-level HDF5 runtime libraries.
|
This package contains the the high-level HDF5 runtime libraries.
|
||||||
|
|
||||||
%{!?with_mpi:%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl_cpp%{hpc_package_name_tail}}}}
|
%{!?with_mpi:%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl_cpp%{hpc_package_name_tail} -N %{pname}_hl_cpp}}}
|
||||||
|
|
||||||
%package -n %{libname -l _fortran -s %{sonum_F}}
|
%package -n %{libname -l _fortran -s %{sonum_F}}
|
||||||
Summary: Shared libraries for the HDF5 scientific data format
|
Summary: Shared libraries for the HDF5 scientific data format
|
||||||
@ -339,7 +339,7 @@ managing data. It supports an unlimited variety of datatypes.
|
|||||||
|
|
||||||
This package contains the %{flavor} version of the HDF5 runtime libraries.
|
This package contains the %{flavor} version of the HDF5 runtime libraries.
|
||||||
|
|
||||||
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_fortran%{hpc_package_name_tail}}}
|
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_fortran%{hpc_package_name_tail} -N %{pname}_fortran}}
|
||||||
|
|
||||||
%package -n %{libname -l hl_fortran -s %{sonum_HL_F}}
|
%package -n %{libname -l hl_fortran -s %{sonum_HL_F}}
|
||||||
Summary: High-level shared libraries for the HDF5 scientific data format
|
Summary: High-level shared libraries for the HDF5 scientific data format
|
||||||
@ -357,7 +357,7 @@ managing data. It supports an unlimited variety of datatypes.
|
|||||||
This package contains the %{flavor} version of the high-level HDF5
|
This package contains the %{flavor} version of the high-level HDF5
|
||||||
runtime libraries.
|
runtime libraries.
|
||||||
|
|
||||||
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl_fortran%{hpc_package_name_tail}}}
|
%{?with_hpc:%{hpc_master_package -l -n lib%{pname}_hl_fortran%{hpc_package_name_tail} -N %{pname}_hl_fortran}}
|
||||||
|
|
||||||
%package -n %{pname}-devel-data
|
%package -n %{pname}-devel-data
|
||||||
Summary: Development data files for %{name}
|
Summary: Development data files for %{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user