diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
commit | 4be855d6a6cda92901d112da0ecbbda48cb1fbb5 (patch) | |
tree | bcf31c1c1134eed4d9f6bab5ee5e0d85f08e8b08 /science/brian | |
parent | 51412f49d1de2aa2190a0f7faaa9cf2c4c009809 (diff) |
Notes
Diffstat (limited to 'science/brian')
-rw-r--r-- | science/brian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/brian/Makefile b/science/brian/Makefile index 6fa2c5894e6e..4edc38975fa0 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:math/py-numpy \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} |