Browse Source

cleanup packaging

master
parent
commit
a0e5d0bf58
  1. 7
      openmpi/openmpi.spec

7
openmpi/openmpi.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: RPC
License: BSD-style
Version: %{V_major}.%{V_minor}
Release: 20160122
Release: 20160526
# package options
%option with_cxx yes
@ -45,8 +45,8 @@ Release: 20160122
Source0: http://www.open-mpi.org/software/ompi/v%{V_major}/downloads/openmpi-%{version}.tar.bz2
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, gcc
PreReq: OpenPKG, openpkg >= 20100101
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc
PreReq: OpenPKG, openpkg >= 20160101
%description
OpenMPI is a project combining technologies and resources from
@ -78,6 +78,7 @@ PreReq: OpenPKG, openpkg >= 20100101
GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/openmpi \
%if "%{with_cxx}" == "yes"
--enable-mpi-cxx

Loading…
Cancel
Save