diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:16 +0000 |
commit | f9b73ccd0b444aef43d78ff6b192755f2e1631ba (patch) | |
tree | cf94135645b8d481d487e2276aefc2e889c56eb7 /science/mbdyn/Makefile | |
parent | 08016c3ebb64127efa19af25ee55e6c4e67f0e37 (diff) |
Notes
Diffstat (limited to 'science/mbdyn/Makefile')
-rw-r--r-- | science/mbdyn/Makefile | 11 |
1 files changed, 7 insertions, 4 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 |