Date: Tue, 2 Oct 2018 21:38:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481135 - head/science/fvm Message-ID: <201810022138.w92Lc6uK002183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Oct 2 21:38:06 2018 New Revision: 481135 URL: https://svnweb.freebsd.org/changeset/ports/481135 Log: science/fvm: Change from net/mpich2 to net/mpich PR: 231635 Approved by: thierry (maintainer) Modified: head/science/fvm/Makefile Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Tue Oct 2 21:36:32 2018 (r481134) +++ head/science/fvm/Makefile Tue Oct 2 21:38:06 2018 (r481135) @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ @@ -31,10 +31,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}/mpi/openmpi .else -BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich2 -RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich2 +BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich +RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich CONFIGURE_ARGS+= --with-mpi=${LOCALBASE} -# Do not directly depend on Fortran, but FFLAGS needed to link with mpich2 +# Do not directly depend on Fortran, but FFLAGS needed to link with mpich USES+= fortran .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810022138.w92Lc6uK002183>