openmpi/macros.openmpi
Jay Fenlason 8f307f7a95 - Backport updated .spec file from rawhide.
- Create and own man* directories for use by dependent packages.
2009-09-22 20:07:47 +00:00

8 lines
204 B
Plaintext

%_openmpi_load \
. /etc/profile.d/modules.sh; \
module load openmpi-%{_arch}; \
export CFLAGS="$CFLAGS %{optflags}";
%_openmpi_unload \
. /etc/profile.d/modules.sh; \
module unload openmpi-%{_arch};