1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/py-graphtool/Makefile
Gerald Pfeifer 41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00

36 lines
910 B
Makefile

# Created by: dikshie <dikshie@sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= graphtool
PORTVERSION= 2.2.12
PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= http://downloads.skewed.de/graph-tool/
DISTNAME= graph-tool-${PORTVERSION}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Python module for complex network based on C++
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
${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
USE_BZIP2= yes
USE_GCC= yes
USE_GMAKE= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER}
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: exhausts virtual memory
.endif
.include <bsd.port.post.mk>