From owner-svn-ports-head@freebsd.org Tue Sep 4 06:07:41 2018 Return-Path: Delivered-To: svn-ports-head@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 1A9FAFE3202; Tue, 4 Sep 2018 06:07:41 +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 C744E889EF; Tue, 4 Sep 2018 06:07:40 +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 A7BC51320C; Tue, 4 Sep 2018 06:07:40 +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 w8467eHe062768; Tue, 4 Sep 2018 06:07:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8467ewn062765; Tue, 4 Sep 2018 06:07:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809040607.w8467ewn062765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Sep 2018 06:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478925 - in head: . science science/mpqc science/mpqc-mpich X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . science science/mpqc science/mpqc-mpich X-SVN-Commit-Revision: 478925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2018 06:07:41 -0000 Author: yuri Date: Tue Sep 4 06:07:39 2018 New Revision: 478925 URL: https://svnweb.freebsd.org/changeset/ports/478925 Log: Remove science/mpqc-mpich: Enable MPI option in science/mpqc by default * MPICH option in science/mpqc is renamed to MPI, because MPI exists in many other ports and there's MPI_DESC predefined for it. * MPI option in science/mpqc is made default. Deleted: head/science/mpqc-mpich/ Modified: head/MOVED head/science/Makefile head/science/mpqc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Sep 4 03:01:22 2018 (r478924) +++ head/MOVED Tue Sep 4 06:07:39 2018 (r478925) @@ -10514,3 +10514,4 @@ devel/renpy6|games/renpy6|2018-09-03|Moved to better c devel/rlvm|games/rlvm|2018-09-03|Moved to better category dns/openmdns|net/openmdns|2018-09-03|Moved to better category www/hs-activehs||2018-09-03|Has expired: Doesn't build with recent dependencies +science/mpqc-mpich|science/mpqc|2018-09-03|MPI option is enabled by default in mpqc, no need for mpqc-mpich Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue Sep 4 03:01:22 2018 (r478924) +++ head/science/Makefile Tue Sep 4 06:07:39 2018 (r478925) @@ -131,7 +131,6 @@ SUBDIR += mol2ps SUBDIR += mpb SUBDIR += mpqc - SUBDIR += mpqc-mpich SUBDIR += multiwfn SUBDIR += ncs SUBDIR += netcdf Modified: head/science/mpqc/Makefile ============================================================================== --- head/science/mpqc/Makefile Tue Sep 4 03:01:22 2018 (r478924) +++ head/science/mpqc/Makefile Tue Sep 4 06:07:39 2018 (r478925) @@ -3,7 +3,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= science parallel MASTER_SITES= SF @@ -34,23 +34,22 @@ SHEBANG_FILES= src/bin/mpqc/ccarunproc src/bin/mpqc/mp USE_LDCONFIG= yes USE_CXXSTD= c++98 # workaround https://github.com/ValeevGroup/mpqc/issues/57 -OPTIONS_DEFINE= ATLAS DOXYGEN EXAMPLES ICC MPICH OPTIFLAGS -OPTIONS_DEFAULT= DOXYGEN +OPTIONS_DEFINE= ATLAS DOXYGEN EXAMPLES ICC MPI OPTIFLAGS +OPTIONS_DEFAULT= DOXYGEN MPI OPTIONS_SUB= yes ICC_DESC= Build with ICC compiler instead ATLAS_DESC= Link with ATLAS instead of BLAS -MPICH_DESC= Parallel processing support via MPICH OPTIFLAGS_DESC= Build with optimized flags ATLAS_USES= blaslapack:atlas ATLAS_USES_OFF= blaslapack:netlib -DOXYGEN_CONFIGURE_ENABLE=doxygen-man +DOXYGEN_CONFIGURE_ENABLE= doxygen-man DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz ICC_BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:lang/icc -MPICH_CONFIGURE_ENABLE= parallel -MPICH_LIB_DEPENDS= libmpich.so:net/mpich2 +MPI_CONFIGURE_ENABLE= parallel +MPI_LIB_DEPENDS= libmpich.so:net/mpich2 OPTIFLAGS_CFLAGS= -ffast-math OPTIFLAGS_CXXFLAGS= -ffast-math