1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/science/brian/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

25 lines
623 B
Makefile

# Created by: wenheping@gmail.com
# $FreeBSD$
PORTNAME= brian
PORTVERSION= 1.4.1
PORTREVISION= 2
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}
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>