diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-20 05:40:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-20 05:40:42 +0800 |
commit | 2e3f8b8c4873a15bfcaea9e7428973ca13107911 (patch) | |
tree | 027d35b5dff796a84e48bc549dbe47abfeb7347a | |
parent | 4d4fc2822200d1a53052562a178917fab9f1f511 (diff) | |
download | freebsd-ports-gnome-2e3f8b8c4873a15bfcaea9e7428973ca13107911.tar.gz freebsd-ports-gnome-2e3f8b8c4873a15bfcaea9e7428973ca13107911.tar.zst freebsd-ports-gnome-2e3f8b8c4873a15bfcaea9e7428973ca13107911.zip |
Mark BROKEN: Fails to build
building [html]: targets for 66 source files that are out of date
updating environment: 1739 added, 0 changed, 0 removed
reading sources... [ 0%] anova
Traceback (most recent call last):
...
File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 589, in setup
store_history=False)
File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 260, in process_input_line
source_raw = splitter.source_raw_reset()[1]
AttributeError: 'IPythonInputSplitter' object has no attribute 'source_raw_reset'
*** [do-build] Error code 1
Reported by: pkg-fallout
-rw-r--r-- | math/py-statsmodels/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index b20806ceaaba..5a95d43c6397 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -13,6 +13,8 @@ COMMENT= Complement to SciPy for statistical computations LICENSE= BSD +BROKEN= Fails to build + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \ |