git: 35872ed5d5ec - main - science/nwchem: Add the PYTHON option enabling python syntax in .nw files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 00:24:57 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=35872ed5d5ecb4ba23d88c31cff03bebb000cff9 commit 35872ed5d5ecb4ba23d88c31cff03bebb000cff9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-20 00:23:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-20 00:24:53 +0000 science/nwchem: Add the PYTHON option enabling python syntax in .nw files --- science/nwchem/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile index dfafaac969d3..a55952eab3dc 100644 --- a/science/nwchem/Makefile +++ b/science/nwchem/Makefile @@ -2,6 +2,7 @@ PORTNAME= nwchem DISTVERSIONPREFIX= v DISTVERSION= 7.0.2 DISTVERSIONSUFFIX= -release +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -40,6 +41,13 @@ BINARY_ALIAS= gcc=${CC} gfortran=gfortran${GCC_DEFAULT} PLIST_FILES= bin/nwchem etc/nwchemrc +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON + +PYTHON_DESC= Enable Python syntax in input files +PYTHON_USES= python +PYTHON_MAKE_ENV= PYTHONVERSION=${PYTHON_VER} NWCHEM_MODULES="all python" + post-extract: @${RM} ${WRKSRC}/atomscf/src.orig