Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (37a191c82189e58e976b2cdc1a2a32d8d4222235)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (37a191c82189e58e976b2cdc1a2a32d8d4222235)
  • Date: Sun, 4 May 2014 10:30:07 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

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

New commits:
commit 32911e6d5b24d366862ae308eb704b12d5e65bd0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

openmpi: fix Fortran dependency

diff --git a/libs/openmpi/DEPENDS b/libs/openmpi/DEPENDS
index dfb67ea..8950203 100755
--- a/libs/openmpi/DEPENDS
+++ b/libs/openmpi/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&

optional_depends -sub FORTRAN gcc \
- '--enable-mpi-f77 --disable-mpi-f90' \
+ '--enable-mpi-f77 --enable-mpi-f90' \
'--disable-mpi-f77 --disable-mpi-f90' \
'Fortran support'
diff --git a/libs/openmpi/HISTORY b/libs/openmpi/HISTORY
index 6809791..7d32240 100644
--- a/libs/openmpi/HISTORY
+++ b/libs/openmpi/HISTORY
@@ -1,3 +1,6 @@
+2014-05-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: fix enabling for Fortran support
+
2013-07-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.5




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (37a191c82189e58e976b2cdc1a2a32d8d4222235), Thomas Orgis, 05/04/2014

Archive powered by MHonArc 2.6.24.

Top of Page