Do not set CFLAGS in %_openmpi_load
This commit is contained in:
parent
f141dd6456
commit
5d4850d84c
@ -1,7 +1,6 @@
|
|||||||
%_openmpi_load \
|
%_openmpi_load \
|
||||||
. /etc/profile.d/modules.sh; \
|
. /etc/profile.d/modules.sh; \
|
||||||
module load mpi/openmpi-%{_arch}; \
|
module load mpi/openmpi-%{_arch};
|
||||||
export CFLAGS="$CFLAGS %{optflags}";
|
|
||||||
%_openmpi_unload \
|
%_openmpi_unload \
|
||||||
. /etc/profile.d/modules.sh; \
|
. /etc/profile.d/modules.sh; \
|
||||||
module unload mpi/openmpi-%{_arch};
|
module unload mpi/openmpi-%{_arch};
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD, MIT and Romio
|
License: BSD, MIT and Romio
|
||||||
@ -270,6 +270,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 6 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-3
|
||||||
|
- Do not set CFLAGS in %%_openmpi_load
|
||||||
|
|
||||||
* Wed Sep 16 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-2
|
* Wed Sep 16 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-2
|
||||||
- Add patch to add needed opal/util/argv.h includes
|
- Add patch to add needed opal/util/argv.h includes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user