svn commit: r331470 - head/math/py-graphtool
Kubilay Kocak
koobs at FreeBSD.org
Thu Oct 24 09:39:14 UTC 2013
Author: koobs
Date: Thu Oct 24 09:39:13 2013
New Revision: 331470
URL: http://svnweb.freebsd.org/changeset/ports/331470
Log:
math/py-graphtool: Set BROKEN, fails to build
- Set BROKEN, fails to build
- Update CGAL shared library version in LIB_DEPENDS
PR: ports/182392
Submitted by: Mohamad Fauzie <dikshie at sfc.wide.ad.jp> (maintainer)
Approved by: maintainer
Modified:
head/math/py-graphtool/Makefile (contents, props changed)
Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile Thu Oct 24 09:38:27 2013 (r331469)
+++ head/math/py-graphtool/Makefile Thu Oct 24 09:39:13 2013 (r331470)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
boost_graph:${PORTSDIR}/devel/boost-libs \
- CGAL.5:${PORTSDIR}/math/cgal
+ CGAL.10:${PORTSDIR}/math/cgal
USE_BZIP2= yes
USE_GCC= yes
@@ -29,6 +29,8 @@ CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_V
NO_STAGE= yes
.include <bsd.port.pre.mk>
+BROKEN= fails to build
+
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: exhausts virtual memory
.endif
More information about the svn-ports-head
mailing list