From: Jonathan Perkins Date: Wed, 9 Nov 2011 17:29:35 +0000 (-0500) Subject: Disable f77 and fc bindings if no fortran compiler X-Git-Tag: vofed-1.5.4.1~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=66aef7de4a30091d595126ee8aa048a436b958c4;p=~emulex%2Fofed_scripts%2F.git Disable f77 and fc bindings if no fortran compiler --- diff --git a/install.pl b/install.pl index a3654e2..6833c7c 100755 --- a/install.pl +++ b/install.pl @@ -3214,6 +3214,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") {