From owner-svn-ports-head@freebsd.org Fri Sep 14 05:37:14 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 EB56310A49BC; Fri, 14 Sep 2018 05:37:13 +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 92A5274F2A; Fri, 14 Sep 2018 05:37:13 +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 7EC0C201BF; Fri, 14 Sep 2018 05:37:13 +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 w8E5bDHH022907; Fri, 14 Sep 2018 05:37:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8E5bC3j022904; Fri, 14 Sep 2018 05:37:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809140537.w8E5bC3j022904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 14 Sep 2018 05:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479760 - in head/science: . py-phono3py X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-phono3py X-SVN-Commit-Revision: 479760 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: Fri, 14 Sep 2018 05:37:14 -0000 Author: yuri Date: Fri Sep 14 05:37:12 2018 New Revision: 479760 URL: https://svnweb.freebsd.org/changeset/ports/479760 Log: New port: science/py-phono3py: Software to calculate phonon-phonon interaction and related properties Added: head/science/py-phono3py/ head/science/py-phono3py/Makefile (contents, props changed) head/science/py-phono3py/distinfo (contents, props changed) head/science/py-phono3py/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Sep 14 05:01:18 2018 (r479759) +++ head/science/Makefile Fri Sep 14 05:37:12 2018 (r479760) @@ -214,6 +214,7 @@ SUBDIR += py-obspy SUBDIR += py-openpiv SUBDIR += py-paida + SUBDIR += py-phono3py SUBDIR += py-phonopy SUBDIR += py-pupynere SUBDIR += py-pyaixi Added: head/science/py-phono3py/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-phono3py/Makefile Fri Sep 14 05:37:12 2018 (r479760) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= phono3py +DISTVERSION= 1.13.3.27 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Software to calculate phonon-phonon interaction and related properties + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}phonopy>=1.13.2:science/py-phonopy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ + ${LOCALBASE}/include/lapacke.h:math/lapacke +LIB_DEPENDS= libomp.so:devel/openmp \ + libopenblas.so:math/openblas +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}phonopy>=1.13.2:science/py-phonopy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} + +USES= localbase python +USE_PYTHON= distutils cython autoplist + +.include Added: head/science/py-phono3py/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-phono3py/distinfo Fri Sep 14 05:37:12 2018 (r479760) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536901529 +SHA256 (phono3py-1.13.3.27.tar.gz) = f03cec828b135365bd945cd846dd60b181dc0145792cc07f186b99c9c411a8e4 +SIZE (phono3py-1.13.3.27.tar.gz) = 5477899 Added: head/science/py-phono3py/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-phono3py/pkg-descr Fri Sep 14 05:37:12 2018 (r479760) @@ -0,0 +1,9 @@ +This software calculates phonon-phonon interaction and related properties using +the supercell approach. For example, the following physical properties are +obtained: +* Lattice thermal conductivity (RTA and direct solution of LBTE) +* Phonon lifetime/linewidth +* Imaginary part of self energy +* Joint density of states (JDOS) and weighted-JDOS + +WWW: https://atztogo.github.io/phono3py/