On Sun, 2 Mar 2014 11:06:44 -0500 Sébastien Boisvert seb@boisvert.info wrote:
I was also wondering why nested macros like this one are not working:
%{_%{mpichName}_load}
This works, but is longer:
%if %mpichName == "mpich" %{_mpich_load} %else %{_mpich2_load} %endif
Maybe you should ask about this on fedora-devel.