- Remove ringdisabled magic as hdf5 is no longer a ring package.
This should resolve a number of problems in the review channels for Factory with packages requiring hdf5 libs. OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=102
This commit is contained in:
10
hdf5.spec
10
hdf5.spec
@@ -38,8 +38,6 @@
|
||||
%define src_ver %{version}
|
||||
%define pname hdf5
|
||||
|
||||
%bcond_with ringdisabled
|
||||
|
||||
%if "%{flavor}" == ""
|
||||
ExclusiveArch: do_not_build
|
||||
%define package_name %pname
|
||||
@@ -177,14 +175,6 @@ ExclusiveArch: do_not_build
|
||||
%{?with_hpc:%{!?compiler_family:%global compiler_family gnu}}
|
||||
%{?with_mpi:%{!?mpi_flavor:error "No MPI family specified!"}}
|
||||
|
||||
# Magic for OBS Staging. Only build the flavors required by
|
||||
# other packages in the ring.
|
||||
%if %{with ringdisabled}
|
||||
%if %{with hpc} || "%{?mpi_flavor}" == "mvapich2"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# For compatibility package names
|
||||
%if "%{mpi_flavor}" != "openmpi" || "%{mpi_vers}" != "1"
|
||||
%define mpi_ext %{?mpi_vers}
|
||||
|
Reference in New Issue
Block a user