From owner-svn-ports-all@freebsd.org Sun Sep 23 18:48:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E01210951F1; Sun, 23 Sep 2018 18:48:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E24C77F0AE; Sun, 23 Sep 2018 18:48:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D623D69E2; Sun, 23 Sep 2018 18:48:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NImLUI019078; Sun, 23 Sep 2018 18:48:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NImLep019077; Sun, 23 Sep 2018 18:48:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809231848.w8NImLep019077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 23 Sep 2018 18:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480523 - head/science/hypre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/hypre X-SVN-Commit-Revision: 480523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 18:48:22 -0000 Author: yuri Date: Sun Sep 23 18:48:21 2018 New Revision: 480523 URL: https://svnweb.freebsd.org/changeset/ports/480523 Log: science/hypre: Change from net/mpich2 to net/mpich Reset maintainer on request of the mantainer (Pedro F. Giffuni). PR: 231636 Approved by: pfg (maintainer) Modified: head/science/hypre/Makefile Modified: head/science/hypre/Makefile ============================================================================== --- head/science/hypre/Makefile Sun Sep 23 18:25:11 2018 (r480522) +++ head/science/hypre/Makefile Sun Sep 23 18:48:21 2018 (r480523) @@ -3,11 +3,11 @@ PORTNAME= hypre DISTVERSION= 2.11.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods/download/ -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scalable Linear Solvers and Multigrid Methods LICENSE= LGPL21 @@ -28,12 +28,13 @@ CONFIGURE_ARGS= --with-blas --with-blas-lib=${BLASLIB} OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= MPI -OPTIONS_SINGLE_MPI= MPICH2 OPENMPI -OPTIONS_DEFAULT= MPICH2 +OPTIONS_SINGLE_MPI= MPICH OPENMPI +OPTIONS_DEFAULT= MPICH -MPICH2_LIB_DEPENDS= libmpich.so.8:net/mpich2 -MPICH2_CONFIGURE_ENV= CC=${LOCALBASE}/bin/mpicc CXX=${LOCALBASE}/bin/mpicxx -MPICH2_CONFIGURE_WITH= MPI-include=${LOCALBASE}/include \ +MPICH_DESC= Parallel processing support via MPICH +MPICH_LIB_DEPENDS= libmpich.so:net/mpich +MPICH_CONFIGURE_ENV= CC=${LOCALBASE}/bin/mpicc CXX=${LOCALBASE}/bin/mpicxx +MPICH_CONFIGURE_WITH= MPI-include=${LOCALBASE}/include \ MPI-lib-dirs=${LOCALBASE}/lib OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMPI_CONFIGURE_ENV= CC=${LOCALBASE}/mpi/openmpi/bin/mpicc \