svn commit: r481135 - head/science/fvm

Yuri Victorovich yuri at FreeBSD.org
Tue Oct 2 21:38:07 UTC 2018


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
 


More information about the svn-ports-all mailing list