diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 08:57:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 09:51:02 +0000 |
commit | 1a68a9e48660368714a8104166b48a7138b11af9 (patch) | |
tree | 74904f13df33b68ba4717bdd7ce2c41f5cd4610a | |
parent | 2766091ae929d8b73171cd3a0907be8fb4d8eb83 (diff) |
science/m-aneos: New port: M-ANEOS: program for construction of thermodynamic equations of state
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/m-aneos/Makefile | 32 | ||||
-rw-r--r-- | science/m-aneos/distinfo | 3 | ||||
-rw-r--r-- | science/m-aneos/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
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. |