[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-178-gd3f43b1

Service Account noreply at mpich.org
Sat Apr 26 04:54:36 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  d3f43b1fb1f2b22d8145213a52e83ad1baee40b3 (commit)
      from  e6674c803348a1299832e066d3fe4f1bdb0623a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/d3f43b1fb1f2b22d8145213a52e83ad1baee40b3

commit d3f43b1fb1f2b22d8145213a52e83ad1baee40b3
Author: Pavan Balaji <balaji at anl.gov>
Date:   Sat Apr 26 04:44:12 2014 -0500

    Fix the release script.
    
    We moved away from --enable-f77 and --enable-fc to --enable-fortran.
    
    No reviewer.

diff --git a/maint/release.pl b/maint/release.pl
index 31bae71..889d063 100755
--- a/maint/release.pl
+++ b/maint/release.pl
@@ -288,7 +288,7 @@ print("done\n");
 print("===> Creating secondary codebase for the docs... ");
 run_cmd("mkdir ${expdir}-build");
 chdir("${expdir}-build");
-run_cmd("${expdir}/configure --disable-fc --disable-f77 --disable-cxx");
+run_cmd("${expdir}/configure --disable-fortran --disable-cxx");
 run_cmd("(make mandoc && make htmldoc && make latexdoc)");
 print("done\n");
 

-----------------------------------------------------------------------

Summary of changes:
 maint/release.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list