Hi Vlad, can you apply the attached patch? This is to resolve bug 2295. http://bugs.openfabrics.org/bugzilla/show_bug.cgi?id=2295
-- Jonathan Perkins http://www.cse.ohio-state.edu/~perkinjo
From 1146c71ce9d04ebbe5c7cc1053d21757c4fbcdfc Mon Sep 17 00:00:00 2001 From: Jonathan Perkins <[email protected]> Date: Wed, 9 Nov 2011 12:29:35 -0500 Subject: [PATCH] Disable f77 and fc bindings if no fortran compiler --- install.pl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install.pl b/install.pl index 343bc41..b4159f9 100755 --- a/install.pl +++ b/install.pl @@ -3193,6 +3193,10 @@ sub build_rpm $mvapich2_comp_env = "CC=gcc CXX=g++ F77=g77 FC=/bin/false"; } } + + else { + $mvapich2_comp_env .= " --disable-f77 --disable-fc"; + } } elsif ($compiler eq "pathscale") { -- 1.7.6.4
_______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
