[med-fichier] 08/17: Add mpif90 to the list of likely F90 mpi libs

Christophe Trophime trophime-guest at moszumanska.debian.org
Tue Jan 28 10:40:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

trophime-guest pushed a commit to branch master
in repository med-fichier.

commit 53013714cc7f26b9d080dea694709b84cbef796a
Author: Christophe Trophime <christrophime at googlemail.com>
Date:   Mon Sep 30 08:30:36 2013 +0200

    Add mpif90 to the list of likely F90 mpi libs
---
 debian/patches/01-ac-prog-fc.patch | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/patches/01-ac-prog-fc.patch b/debian/patches/01-ac-prog-fc.patch
index 1786e9c..bfa5d44 100644
--- a/debian/patches/01-ac-prog-fc.patch
+++ b/debian/patches/01-ac-prog-fc.patch
@@ -1,13 +1,10 @@
 Index: med-fichier/configure.ac
 ===================================================================
---- med-fichier.orig/configure.ac
-+++ med-fichier/configure.ac
-@@ -74,10 +74,10 @@
- # Checks for programs.
- test "x$ac_cv_prog_cc_c99" = "no" || AC_DEFINE(HAVE_CC_C99,[1],[The C99 capabilities of C compiler.])
+--- med-fichier.orig/configure.ac	2013-09-30 08:29:56.000000000 +0200
++++ med-fichier/configure.ac	2013-09-30 08:29:56.000000000 +0200
+@@ -76,8 +76,8 @@
  
--MED_CHECK_F77
-+MED_CHECK_F77
+ MED_CHECK_F77
  if test x"$enable_fortran" = xyes; then
 - AC_F77_WRAPPERS
 - AC_F77_LIBRARY_LDFLAGS
@@ -16,3 +13,16 @@ Index: med-fichier/configure.ac
  fi
  
  ## Choose med_int type between {int,long}
+Index: med-fichier/config/ax_prog_fc_mpi.m4
+===================================================================
+--- med-fichier.orig/config/ax_prog_fc_mpi.m4	2013-09-29 16:20:31.000000000 +0200
++++ med-fichier/config/ax_prog_fc_mpi.m4	2013-09-30 08:30:12.000000000 +0200
+@@ -93,7 +93,7 @@
+     # We do not use AC_SEARCH_LIBS here, as it caches its outcome and
+     # thus disallows corresponding calls in the other AX_PROG_*_MPI
+     # macros.
+-    for lib in NONE mpichf90 fmpi fmpich; do
++    for lib in NONE mpichf90 fmpi fmpich mpif90; do
+       save_LIBS=$LIBS
+       if test x"$lib" = xNONE; then
+         AC_MSG_CHECKING([for function MPI_INIT])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/med-fichier.git



More information about the debian-science-commits mailing list