[MOAB-dev] commit/MOAB: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jun 3 16:08:33 CDT 2013


2 new commits in MOAB:

https://bitbucket.org/fathomteam/moab/commits/2448b5aa5707/
Changeset:   2448b5aa5707
Branch:      master
User:        rajeeja
Date:        2013-06-03 23:04:05
Summary:     Moving FATHOM_CHECK_COMPILERS after the relative AM_CONDITIONAL causes serial builds to fail.

Affected #:  1 file

diff --git a/configure.ac b/configure.ac
index 873e2ff..130e4a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@ AC_ARG_ENABLE([fortran],[AC_HELP_STRING([--disable-fortran],
 
 EXTRA_GNU_FLAGS='-Wall -pipe -pedantic -Wno-long-long -Wextra -Wcast-align  -Wpointer-arith -Wformat -Wformat-security -Wshadow -Wunused-parameter'
 EXTRA_INTEL_FLAGS='-Wall'
+FATHOM_CHECK_COMPILERS([yes],[yes],[$ENABLE_FORTRAN])
 AM_CONDITIONAL(PARALLEL,[test "x$WITH_MPI" != "xno"])
 AM_CONDITIONAL(ENABLE_FORTRAN,[test "x$ENABLE_FORTRAN" != "xno"])
-FATHOM_CHECK_COMPILERS([yes],[yes],[$ENABLE_FORTRAN])
 LIBS="$LIBS -lm"
 
 AC_PROG_LN_S


https://bitbucket.org/fathomteam/moab/commits/13adb930e012/
Changeset:   13adb930e012
Branch:      Version4.6
User:        rajeeja
Date:        2013-06-03 23:08:04
Summary:     Moving FATHOM_CHECK_COMPILERS after the relative AM_CONDITIONAL causes serial builds to fail.

Affected #:  1 file

diff --git a/configure.ac b/configure.ac
index 79aba71..2b1918c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@ AC_ARG_ENABLE([fortran],[AC_HELP_STRING([--disable-fortran],
 
 EXTRA_GNU_FLAGS='-Wall -pipe -pedantic -Wno-long-long -Wextra -Wcast-align  -Wpointer-arith -Wformat -Wformat-security -Wshadow -Wunused-parameter'
 EXTRA_INTEL_FLAGS='-Wall'
+FATHOM_CHECK_COMPILERS([yes],[yes],[$ENABLE_FORTRAN])
 AM_CONDITIONAL(PARALLEL,[test "x$WITH_MPI" != "xno"])
 AM_CONDITIONAL(ENABLE_FORTRAN,[test "x$ENABLE_FORTRAN" != "xno"])
-FATHOM_CHECK_COMPILERS([yes],[yes],[$ENABLE_FORTRAN])
 LIBS="$LIBS -lm"
 
 AC_PROG_LN_S

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list