science/m-aneos: New port: M-ANEOS: program for construction of thermodynamic equations of state
This commit is contained in:
parent
2766091ae9
commit
1a68a9e486
@ -171,6 +171,7 @@
|
||||
SUBDIR += liggghts
|
||||
SUBDIR += linux-zotero
|
||||
SUBDIR += luscus
|
||||
SUBDIR += m-aneos
|
||||
SUBDIR += madness
|
||||
SUBDIR += maeparser
|
||||
SUBDIR += massxpert
|
||||
|
32
science/m-aneos/Makefile
Normal file
32
science/m-aneos/Makefile
Normal file
@ -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>
|
3
science/m-aneos/distinfo
Normal file
3
science/m-aneos/distinfo
Normal file
@ -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
|
3
science/m-aneos/pkg-descr
Normal file
3
science/m-aneos/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user