diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-31 10:00:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-31 10:00:44 +0000 |
commit | 9ebeffe578ae8f6889c4d3fc8ce9e57cc16796d1 (patch) | |
tree | 0d09fa7872e1fa7f65502a2577f5d520f635087b | |
parent | Mark BROKEN: Fails to build with ocamlgraph 1.8.6 (diff) |
Mark BROKEN: Fails to build
===> Configuring for py27-scimath-4.1.2_3
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 9, in <module>
import numpy.distutils.core
ImportError: No module named numpy.distutils.core
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=378197
-rw-r--r-- | science/py-scimath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index 48882fa74b1f..c04cc4820155 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -14,6 +14,8 @@ COMMENT= Scientific and Mathematical calculations LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= dual +BROKEN= Fails to build + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits RUN_DEPENDS:= ${BUILD_DEPENDS} |