summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-11-14 22:00:16 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-11-14 22:00:16 +0000
commitf9b73ccd0b444aef43d78ff6b192755f2e1631ba (patch)
treecf94135645b8d481d487e2276aefc2e889c56eb7 /science
parentUpgrade to 1.3. (diff)
Chase the upgrade of MPICH2.
PR: ports/151868 Approved by: maho (maintainer)
Notes
Notes: svn path=/head/; revision=264534
Diffstat (limited to 'science')
-rw-r--r--science/mbdyn/Makefile11
-rw-r--r--science/mbdyn/files/patch-configure68
-rw-r--r--science/mbdyn/files/patch-include__ac__mpi.h11
-rw-r--r--science/mbdyn/files/patch-mbdyn__base__invsolver.cc12
-rw-r--r--science/mbdyn/files/patch-mbdyn__base__solver.cc14
-rw-r--r--science/mpqc/Makefile3
-rw-r--r--science/mpqc/files/patch-::configure.in16
7 files changed, 112 insertions, 23 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index feee992e3e36..f10cbceff4ac 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mbdyn
PORTVERSION= 1.3.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://www.aero.polimi.it/~masarati/Download/mbdyn/
@@ -51,9 +51,12 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
.if defined(WITH_MPI)
LIB_DEPENDS+= mpich:${PORTSDIR}/net/mpich2
-CONFIGURE_ARGS+= --with-mpi=pmpi
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mpi2c++
-LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS+= --with-mpi=yes --enable-schur
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= "-L${LOCALBASE}/lib"
+. if !defined(WITH_METIS)
+WITH_CHACO= yes
+. endif
.else
CONFIGURE_ARGS+= --with-mpi=no
.endif
diff --git a/science/mbdyn/files/patch-configure b/science/mbdyn/files/patch-configure
index 6a1d1c7030e1..07b680cfbb04 100644
--- a/science/mbdyn/files/patch-configure
+++ b/science/mbdyn/files/patch-configure
@@ -1,16 +1,5 @@
---- configure.in 2009-08-05 12:29:39.000000000 +0900
-+++ configure.in 2009-08-05 12:29:50.000000000 +0900
-@@ -765,7 +765,7 @@
- dnl Add fortran lib
- dnl
- case `basename "$F77"` in
--gfortran)
-+gfortran*)
- F2C_LIBS="$F2C_LIBS -lgfortran"
- ;;
- *)
---- configure~ 2009-06-24 20:45:44.000000000 +0900
-+++ configure 2009-08-05 12:29:56.000000000 +0900
+--- configure.orig 2009-06-24 13:45:44.000000000 +0200
++++ configure 2010-10-31 22:17:08.000000000 +0100
@@ -27344,7 +27344,7 @@
fi
@@ -20,3 +9,56 @@
F2C_LIBS="$F2C_LIBS -lgfortran"
;;
*)
+@@ -33508,7 +33508,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-#include <$ac_header>
++#include <mpi.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+ if { (ac_try="$ac_compile"
+@@ -33548,7 +33548,7 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-#include <$ac_header>
++#include <mpi.h>
+ _ACEOF
+ if { (ac_try="$ac_cpp conftest.$ac_ext"
+ case "(($ac_try" in
+@@ -33643,7 +33643,7 @@
+ elif test $ac_cv_header_mpicxx_h = yes ; then
+ have_mpi_cxx_header=yes
+ mpi_cxx_header="mpicxx.h"
+- try_mpi_LIBS="-lmpi -lmpi_cxx"
++ try_mpi_LIBS="-lmpich -lmpichcxx -lmpl -pthread"
+ fi
+
+ if test $ac_cv_header_mpi_h = yes -a $have_mpi_cxx_header = yes ; then
+@@ -33655,7 +33655,6 @@
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+- try_mpi_LIBS=
+ save_LIBS=$LIBS
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+@@ -33664,7 +33663,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-#include <$mpi_cxx_header>
++#include <mpi.h>
+
+ int
+ main ()
+@@ -33715,7 +33714,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-#include <mpi_cxx_header>
++#include <mpi.h>
+
+ int
+ main ()
diff --git a/science/mbdyn/files/patch-include__ac__mpi.h b/science/mbdyn/files/patch-include__ac__mpi.h
new file mode 100644
index 000000000000..51168fcf5544
--- /dev/null
+++ b/science/mbdyn/files/patch-include__ac__mpi.h
@@ -0,0 +1,11 @@
+--- ./include/ac/mpi.h.orig 2009-01-04 19:04:54.000000000 +0100
++++ ./include/ac/mpi.h 2010-10-31 22:31:57.000000000 +0100
+@@ -35,7 +35,7 @@
+ #ifdef HAVE_MPI___H
+ #include <mpi++.h>
+ #elif defined HAVE_MPICXX_H
+-#include <mpicxx.h>
++#include <mpi.h>
+ #endif /* ! HAVE_MPI___H && ! HAVE_MPICXX_H */
+
+ #endif /* MPI_H */
diff --git a/science/mbdyn/files/patch-mbdyn__base__invsolver.cc b/science/mbdyn/files/patch-mbdyn__base__invsolver.cc
new file mode 100644
index 000000000000..b64ea8f7fbf3
--- /dev/null
+++ b/science/mbdyn/files/patch-mbdyn__base__invsolver.cc
@@ -0,0 +1,12 @@
+--- ./mbdyn/base/invsolver.cc.orig 2009-04-10 13:25:00.000000000 +0200
++++ ./mbdyn/base/invsolver.cc 2010-10-31 23:14:49.000000000 +0100
+@@ -200,8 +200,8 @@
+ }
+ }
+
+-#ifdef USE_SCHUR
+ int mpi_finalize = 0;
++#ifdef USE_SCHUR
+
+ int MyRank = 0;
+ if (bParallel) {
diff --git a/science/mbdyn/files/patch-mbdyn__base__solver.cc b/science/mbdyn/files/patch-mbdyn__base__solver.cc
index 5862e04ad753..260f86b5c510 100644
--- a/science/mbdyn/files/patch-mbdyn__base__solver.cc
+++ b/science/mbdyn/files/patch-mbdyn__base__solver.cc
@@ -1,5 +1,5 @@
---- mbdyn/base/solver.cc.orig 2009-06-24 23:13:44.000000000 +0900
-+++ mbdyn/base/solver.cc 2009-08-05 11:32:29.000000000 +0900
+--- mbdyn/base/solver.cc.orig 2009-06-24 16:13:44.000000000 +0200
++++ mbdyn/base/solver.cc 2010-10-31 23:38:30.000000000 +0100
@@ -109,10 +109,17 @@
};
@@ -18,3 +18,13 @@
extern "C" void
mbdyn_really_exit_handler(int signum)
+@@ -456,8 +463,8 @@
+ }
+ }
+
+-#ifdef USE_SCHUR
+ int mpi_finalize = 0;
++#ifdef USE_SCHUR
+
+ int MyRank = 0;
+ if (bParallel) {
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index c2aa8963ea20..1d698b92b558 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= science parallel
MASTER_SITES= SF
@@ -74,6 +74,7 @@ CONFIGURE_ARGS+=--with-libs="-lsvml"
.if defined(WITH_MPICH)
CONFIGURE_ARGS+=--with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/lib"\
--enable-always-use-mpi
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
.endif
.if defined(WITH_MPICH)
CONFIGURE_ARGS+=--with-include="-I${LOCALBASE}/include -I${WRKDIR} -I${LOCALBASE}/include"
diff --git a/science/mpqc/files/patch-::configure.in b/science/mpqc/files/patch-::configure.in
index 5b24e5d404e3..f3d3b70bc7e6 100644
--- a/science/mpqc/files/patch-::configure.in
+++ b/science/mpqc/files/patch-::configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig 2006-03-23 03:04:54.000000000 +0900
-+++ configure.in 2007-11-11 14:37:20.000000000 +0900
+--- configure.in.orig 2006-03-22 19:04:54.000000000 +0100
++++ configure.in 2010-10-28 00:09:59.000000000 +0200
@@ -349,6 +349,31 @@
ac_default_prefix="/usr/local/mpqc/$SC_VERSION"
@@ -165,7 +165,17 @@
AC_CHECK_FUNC(pthread_attr_getstacksize)
AC_CHECK_FUNC(pthread_attr_setstacksize)
AC_CHECK_FUNC(pthread_attr_setscope)
-@@ -1769,10 +1793,10 @@
+@@ -1165,7 +1189,8 @@
+ AC_CHECK_LIB(mpi,MPI_Init,[HAVE_MPI=yes;LIBS="-lmpi $LIBS"])
+ fi
+ if test "$HAVE_MPI" = no; then
+- AC_CHECK_LIB(mpich,MPI_Init,[HAVE_MPI=yes;LIBS="-lmpich $LIBS"])
++ LIBS="-lmpl $PTHREAD_LIBS $LIBS"
++ AC_CHECK_LIB(mpich,MPI_Init,[HAVE_MPI=yes;LIBS="-lmpich -lmpl $PTHREAD_LIBS $LIBS"])
+ fi
+ fi
+ if test X$HAVE_MPI = Xyes; then
+@@ -1769,10 +1794,10 @@
dnl --------- CCA component configuration ---------