git: 1a68a9e48660 - main - science/m-aneos: New port: M-ANEOS: program for construction of thermodynamic equations of state
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 09:51:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a68a9e48660368714a8104166b48a7138b11af9 commit 1a68a9e48660368714a8104166b48a7138b11af9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-10 08:57:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-10 09:51:02 +0000 science/m-aneos: New port: M-ANEOS: program for construction of thermodynamic equations of state --- science/Makefile | 1 + science/m-aneos/Makefile | 32 ++++++++++++++++++++++++++++++++ science/m-aneos/distinfo | 3 +++ science/m-aneos/pkg-descr | 3 +++ 4 files changed, 39 insertions(+) diff --git a/science/Makefile b/science/Makefile index c06712b45327..2980215857be 100644 --- a/science/Makefile +++ b/science/Makefile @@ -171,6 +171,7 @@ SUBDIR += liggghts SUBDIR += linux-zotero SUBDIR += luscus + SUBDIR += m-aneos SUBDIR += madness SUBDIR += maeparser SUBDIR += massxpert diff --git a/science/m-aneos/Makefile b/science/m-aneos/Makefile new file mode 100644 index 000000000000..bda9434fbb57 --- /dev/null +++ b/science/m-aneos/Makefile @@ -0,0 +1,32 @@ +PORTNAME= m-aneos +DISTVERSIONPREFIX= v +DISTVERSION= 1.0-1 +DISTVERSIONSUFFIX= -g58d75bc +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= M-ANEOS: program for construction of thermodynamic equations of state +WWW= https://github.com/isale-code/M-ANEOS + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../LICENSE + +USES= gmake fortran +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= isale-code +GH_PROJECT= M-ANEOS + +WRKSRC_SUBDIR= src + +MAKE_ARGS= FC=${FC} FCFLAGS="${FFLAGS}" + +ALL_TARGET= default + +PLIST_FILES= bin/m-aneos + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/m-aneos ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/science/m-aneos/distinfo b/science/m-aneos/distinfo new file mode 100644 index 000000000000..a7932382dc8d --- /dev/null +++ b/science/m-aneos/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1670053843 +SHA256 (isale-code-M-ANEOS-v1.0-1-g58d75bc_GH0.tar.gz) = 25914896606bca1c2fde5117047dcbb63954652e889b4878908be24314fd4224 +SIZE (isale-code-M-ANEOS-v1.0-1-g58d75bc_GH0.tar.gz) = 44378582 diff --git a/science/m-aneos/pkg-descr b/science/m-aneos/pkg-descr new file mode 100644 index 000000000000..b33cbe513aae --- /dev/null +++ b/science/m-aneos/pkg-descr @@ -0,0 +1,3 @@ +M-ANEOS is a FORTRAN program for the construction of thermodynamic equations of +state, which extends the ANEOS computer code developed at Sandia National +Laboratories.