aboutsummaryrefslogtreecommitdiff
path: root/science/brian/Makefile
blob: b80b3350a55b4849449b718068a959b67a11c876 (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
27
# Ports collection makefile for:	brian
# Date created:			27 Feb, 2009
# Whom:				wenheping@gmail.com
#
# $FreeBSD$
#

PORTNAME=	brian
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	science python
MASTER_SITES=	CHEESESHOP \
		SF/${PORTNAME}/Brian/${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A clock-driven simulator for spiking neural networks

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \
		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_ZIP=	yes
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>