1
1

Err... fix what was committed yesterday. We didn't want to disable

both provides and requires -- we just wanted to disable the automatic
requires.

This commit was SVN r16854.
Этот коммит содержится в:
Jeff Squyres 2007-12-05 17:28:16 +00:00
родитель e8aeadb11e
Коммит 4b2c152107

18
contrib/dist/linux/openmpi.spec поставляемый
Просмотреть файл

@ -139,7 +139,7 @@
# break; complaining that it can't find a bunch of compiler .so files. # break; complaining that it can't find a bunch of compiler .so files.
# So provide an option to turn this stuff off. # So provide an option to turn this stuff off.
# type: bool (0/1) # type: bool (0/1)
%{!?disable_auto_provides: %define disable_auto_provides 0} %{!?disable_auto_requires: %define disable_auto_requires 0}
############################################################################# #############################################################################
# #
@ -237,8 +237,8 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
Prefix: %{_prefix} Prefix: %{_prefix}
Provides: mpi Provides: mpi
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
%if %{disable_auto_provides} %if %{disable_auto_requires}
AutoReqProv: no AutoReq: no
%endif %endif
%if %{install_modulefile} %if %{install_modulefile}
Requires: %{modules_rpm_name} Requires: %{modules_rpm_name}
@ -267,8 +267,8 @@ Open MPI jobs.
Summary: Tools and plugin modules for running Open MPI jobs Summary: Tools and plugin modules for running Open MPI jobs
Group: Development/Libraries Group: Development/Libraries
Provides: mpi Provides: mpi
%if %{disable_auto_provides} %if %{disable_auto_requires}
AutoReqProv: no AutoReq: no
%endif %endif
%if %{install_modulefile} %if %{install_modulefile}
Requires: %{modules_rpm_name} Requires: %{modules_rpm_name}
@ -294,8 +294,8 @@ running Open MPI jobs.
%package devel %package devel
Summary: Development tools and header files for Open MPI Summary: Development tools and header files for Open MPI
Group: Development/Libraries Group: Development/Libraries
%if %{disable_auto_provides} %if %{disable_auto_requires}
AutoReqProv: no AutoReq: no
%endif %endif
Requires: openmpi-runtime Requires: openmpi-runtime
@ -316,8 +316,8 @@ wrapper compilers and header files for MPI development.
%package docs %package docs
Summary: Documentation for Open MPI Summary: Documentation for Open MPI
Group: Development/Documentation Group: Development/Documentation
%if %{disable_auto_provides} %if %{disable_auto_requires}
AutoReqProv: no AutoReq: no
%endif %endif
Requires: openmpi-runtime Requires: openmpi-runtime