mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# Created by: wenheping@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= brian
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= science python
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Clock-driven simulator for spiking neural networks
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4.1,1:math/py-numpy@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib@${FLAVOR}
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python:2.7
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= brian-team
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|