Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2022 22:52:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5225f932d29 - main - science/py-OpenFermion-Dirac: New port: Interface between OpenFermion and Dirac
Message-ID:  <202208112252.27BMqvjl084375@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5225f932d292519586925b795d573073b5caf7f

commit f5225f932d292519586925b795d573073b5caf7f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-11 22:52:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-11 22:52:55 +0000

    science/py-OpenFermion-Dirac: New port: Interface between OpenFermion and Dirac
---
 science/Makefile                       |  1 +
 science/py-OpenFermion-Dirac/Makefile  | 25 +++++++++++++++++++++++++
 science/py-OpenFermion-Dirac/distinfo  |  3 +++
 science/py-OpenFermion-Dirac/pkg-descr |  4 ++++
 4 files changed, 33 insertions(+)

diff --git a/science/Makefile b/science/Makefile
index 38f51c5d1a97..1c2f5aeb8a0c 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -255,6 +255,7 @@
     SUBDIR += py-MDAnalysis
     SUBDIR += py-MDAnalysisTests
     SUBDIR += py-OpenFermion
+    SUBDIR += py-OpenFermion-Dirac
     SUBDIR += py-OpenMC
     SUBDIR += py-PubChemPy
     SUBDIR += py-PyFR
diff --git a/science/py-OpenFermion-Dirac/Makefile b/science/py-OpenFermion-Dirac/Makefile
new file mode 100644
index 000000000000..ce4d801b5481
--- /dev/null
+++ b/science/py-OpenFermion-Dirac/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	OpenFermion-Dirac
+DISTVERSION=	g20200831
+CATEGORIES=	science python # chemistry, quantum-computing
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Interface between OpenFermion and Dirac
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}OpenFermion>0:science/py-OpenFermion@${PY_FLAVOR} \
+		dirac-quantum-chemistry-software>0>0:science/dirac
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	bsenjean
+GH_PROJECT=	Openfermion-Dirac
+GH_TAGNAME=	cc08a66
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/science/py-OpenFermion-Dirac/distinfo b/science/py-OpenFermion-Dirac/distinfo
new file mode 100644
index 000000000000..5dc84243e306
--- /dev/null
+++ b/science/py-OpenFermion-Dirac/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1660255225
+SHA256 (bsenjean-Openfermion-Dirac-g20200831-cc08a66_GH0.tar.gz) = 74fc13393a5849cb30e6484d8f325faf8109ef2978c6f72df62936ce83153998
+SIZE (bsenjean-Openfermion-Dirac-g20200831-cc08a66_GH0.tar.gz) = 35007
diff --git a/science/py-OpenFermion-Dirac/pkg-descr b/science/py-OpenFermion-Dirac/pkg-descr
new file mode 100644
index 000000000000..bdaf521dcda0
--- /dev/null
+++ b/science/py-OpenFermion-Dirac/pkg-descr
@@ -0,0 +1,4 @@
+OpenFermion-Dirac is an interface between Openfermion and Dirac to perform
+relativistic quantum chemistry calculations simulated on a quantum computer.
+
+WWW: https://github.com/bsenjean/Openfermion-Dirac



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208112252.27BMqvjl084375>