summaryrefslogtreecommitdiff
path: root/math/py-symcxx/Makefile
blob: 59496a505b58412ecaabaa5931e306ae39ad8331 (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
26
# $FreeBSD$

PORTNAME=	symcxx
DISTVERSION=	0.1.9
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Minimal symbolic manipulation python package written in C++

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYNUMPY}

USES=		fortran python # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
USE_PYTHON=	distutils autoplist

post-patch:
	@truncate -s 0 ${WRKSRC}/README.rst # workaround for https://github.com/bjodah/symcxx/issues/19

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/symcxx/_symcxx.so

.include <bsd.port.mk>