aboutsummaryrefslogtreecommitdiff
path: root/science/chimes-calculator/Makefile
blob: 7168c6be12bc2c94a4a44954f49ef9830f6b2f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	chimes-calculator
DISTVERSIONPREFIX=	v.
DISTVERSION=	1.0.2
CATEGORIES=	science # chemistry

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Chebyshev Interaction Model for Efficient Simulation
WWW=		https://github.com/rk-lindsey/chimes_calculator

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:testing fortran shebangfix python:3.7+,test
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	rk-lindsey
GH_PROJECT=	${PORTNAME:C/-/_/}

SHEBANG_GLOB=	*.sh

post-patch:
	@${REINPLACE_CMD} -e 's|PYTH3=python.*|PYTH3=${PYTHON_CMD}|' ${WRKSRC}/serial_interface/tests/run_tests.sh

.include <bsd.port.mk>