From owner-svn-ports-all@freebsd.org Sun May 3 20:58:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F336C2B8A23; Sun, 3 May 2020 20:58:01 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Fdc96Ddlz4J1r; Sun, 3 May 2020 20:58:01 +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 B23AF19199; Sun, 3 May 2020 20:58:01 +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 043Kw1cu077705; Sun, 3 May 2020 20:58:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 043Kw0XF077701; Sun, 3 May 2020 20:58:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005032058.043Kw0XF077701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 May 2020 20:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533880 - in head/science: . py-kliff X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-kliff X-SVN-Commit-Revision: 533880 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.29 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, 03 May 2020 20:58:02 -0000 Author: yuri Date: Sun May 3 20:58:00 2020 New Revision: 533880 URL: https://svnweb.freebsd.org/changeset/ports/533880 Log: New port: science/py-kliff: KIM-based Learning-Integrated Fitting Framework Added: head/science/py-kliff/ head/science/py-kliff/Makefile (contents, props changed) head/science/py-kliff/distinfo (contents, props changed) head/science/py-kliff/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun May 3 20:56:11 2020 (r533879) +++ head/science/Makefile Sun May 3 20:58:00 2020 (r533880) @@ -245,6 +245,7 @@ SUBDIR += py-h5py SUBDIR += py-kim-query SUBDIR += py-kinematics + SUBDIR += py-kliff SUBDIR += py-lifelines SUBDIR += py-mdp SUBDIR += py-mlpy Added: head/science/py-kliff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-kliff/Makefile Sun May 3 20:58:00 2020 (r533880) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= kliff +DISTVERSION= 0.1.6 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= KIM-based Learning-Integrated Fitting Framework + +LICENSE= CDDL + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + +USES= compiler:c++11-lang python +USE_PYTHON= distutils autoplist + +post-install: + @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} + +.include Added: head/science/py-kliff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-kliff/distinfo Sun May 3 20:58:00 2020 (r533880) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588538293 +SHA256 (kliff-0.1.6.tar.gz) = ed03c33203be97695e8ac80051b300476c0ed8f0774770570901bde82462072a +SIZE (kliff-0.1.6.tar.gz) = 1940411 Added: head/science/py-kliff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-kliff/pkg-descr Sun May 3 20:58:00 2020 (r533880) @@ -0,0 +1,5 @@ +KLIFF is an interatomic potential fitting package that can be used to fit +physics-motivated (PM) potentials, as well as machine learning potentials such +as the neural network (NN) models. + +WWW: https://github.com/mjwen/kliff