[SM-Commit] GIT changes to master grimoire by Eric Sandall (ec97569cce8440279bc7f3b2c145264b42077f61)

Eric Sandall scm at sourcemage.org
Thu Dec 31 12:42:16 EST 2009


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 libs/openmpi/DEPENDS |    6 +++++-
 libs/openmpi/HISTORY |    3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit ec97569cce8440279bc7f3b2c145264b42077f61
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    openmpi: Pass --enable/disable flags for fortran

diff --git a/libs/openmpi/DEPENDS b/libs/openmpi/DEPENDS
index de46fe9..5a9d2b2 100755
--- a/libs/openmpi/DEPENDS
+++ b/libs/openmpi/DEPENDS
@@ -1,2 +1,6 @@
 depends g++ &&
-optional_depends fortran '' '' 'Fortran support'
+
+optional_depends fortran \
+                 '--enable-mpi-f90' \
+                 '--disable-mpi-f90' \
+                 'Fortran support'
diff --git a/libs/openmpi/HISTORY b/libs/openmpi/HISTORY
index a922885..d728ad9 100644
--- a/libs/openmpi/HISTORY
+++ b/libs/openmpi/HISTORY
@@ -1,3 +1,6 @@
+2009-12-31 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Pass --enable/disable flags for fortran
+
 2009-12-29 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.4, SECURITY_PATCH=1
 	  http://www.open-mpi.org/community/lists/announce/2009/12/0035.php



More information about the SM-Commit mailing list