diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-01 18:39:48 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-01 18:39:48 +0000 |
commit | 56a54e552d9a754a636a22f92a65b23e3b047786 (patch) | |
tree | 7ea54b7799809151065bdc590b7b977c806a7fea /science/nwchem/Makefile | |
parent | 70dd01bab580ed24555f6315f055a9243080bccc (diff) | |
download | ports-56a54e552d9a754a636a22f92a65b23e3b047786.tar.gz ports-56a54e552d9a754a636a22f92a65b23e3b047786.zip |
Notes
Diffstat (limited to 'science/nwchem/Makefile')
-rw-r--r-- | science/nwchem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile index 5265c25f5940..4f73d5b6183d 100644 --- a/science/nwchem/Makefile +++ b/science/nwchem/Makefile @@ -2,7 +2,7 @@ PORTNAME= nwchem DISTVERSION= 6.8.1-release-94 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -g1a262862b CATEGORIES= science @@ -26,6 +26,8 @@ SHEBANG_FILES= ../contrib/distro-tools/build_* ../contrib/add_* SHEBANG_GLOB= *.sh USE_GITHUB= yes GH_ACCOUNT= nwchemgit +USE_PERL5= build + MAKEFILE= GNUmakefile MAKE_ENV= NWCHEM_TOP=${WRKSRC}/.. NWCHEM_MODULES=all NWCHEM_LONG_PATHS=Y NWCHEM_TARGET=LINUX64 USE_MPI=Y USE_INTERNALBLAS=Y EXTERNAL_GA_PATH=${LOCALBASE} \ BLAS_SIZE=4 USE_64TO32=y |