From owner-svn-ports-all@freebsd.org Sat Sep 1 18:31:55 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 B2D9AFF6F68; Sat, 1 Sep 2018 18:31:55 +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 719477637D; Sat, 1 Sep 2018 18:31:55 +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 6C997628E; Sat, 1 Sep 2018 18:31:55 +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 w81IVtun007908; Sat, 1 Sep 2018 18:31:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w81IVsGm007904; Sat, 1 Sep 2018 18:31:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809011831.w81IVsGm007904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 1 Sep 2018 18:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478713 - in head/science: . py-gpaw X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-gpaw X-SVN-Commit-Revision: 478713 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: Sat, 01 Sep 2018 18:31:56 -0000 Author: yuri Date: Sat Sep 1 18:31:54 2018 New Revision: 478713 URL: https://svnweb.freebsd.org/changeset/ports/478713 Log: New port: science/py-gpaw: DFT and beyond within the projector-augmented wave method in chemistry Added: head/science/py-gpaw/ head/science/py-gpaw/Makefile (contents, props changed) head/science/py-gpaw/distinfo (contents, props changed) head/science/py-gpaw/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat Sep 1 18:17:53 2018 (r478712) +++ head/science/Makefile Sat Sep 1 18:31:54 2018 (r478713) @@ -190,6 +190,7 @@ SUBDIR += py-cdo SUBDIR += py-coards SUBDIR += py-dlib + SUBDIR += py-gpaw SUBDIR += py-gsd SUBDIR += py-h5py SUBDIR += py-hcluster Added: head/science/py-gpaw/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gpaw/Makefile Sat Sep 1 18:31:54 2018 (r478713) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= gpaw +DISTVERSION= 1.4.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= DFT and beyond within the projector-augmented wave method in chemistry + +LICENSE= GPLv3+ + +BUILD_DEPENDS= ${PYNUMPY} +LIB_DEPENDS= libmpich.so:net/mpich2 \ + libopenblas.so:math/openblas \ + libxc.so:science/libxc +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYNUMPY} + +USES= gettext-runtime localbase python shebangfix +GH_ACCOUNT= psychopy +USE_PYTHON= distutils concurrent autoplist +SHEBANG_FILES= tools/* + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpaw-python ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_gpaw.so + +.include Added: head/science/py-gpaw/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gpaw/distinfo Sat Sep 1 18:31:54 2018 (r478713) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534999050 +SHA256 (gpaw-1.4.0.tar.gz) = 9d4f4ab13f179c4998e33997cb06e4a66698a19b64c283e4dfaf9aab3be66ccc +SIZE (gpaw-1.4.0.tar.gz) = 1379946 Added: head/science/py-gpaw/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gpaw/pkg-descr Sat Sep 1 18:31:54 2018 (r478713) @@ -0,0 +1,6 @@ +GPAW is a density-functional theory (DFT) Python code based on the +projector-augmented wave (PAW) method and the atomic simulation +environment (ASE). It uses plane-waves, atom-centered basis-functions +or real-space uniform grids combined with multigrid methods. + +WWW: https://wiki.fysik.dtu.dk/gpaw/