Thank you. And yet another error: line 532
yasm_options(plat, ...) plat here is a tuple, while yasm_options required an element of this tuple. As a result, mpirconfig always generate mpn/x86_64w for include path for yasm, even for win32 platforms. Probably should be: yasm_options(pl, ...) -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mpir-devel. For more options, visit https://groups.google.com/d/optout.
