8f307f7a95
- Create and own man* directories for use by dependent packages.
8 lines
204 B
Plaintext
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};
|