[100371] trunk/dports/python/py-graph-tool/Portfile
mmoll at macports.org
mmoll at macports.org
Sun Dec 9 13:51:58 PST 2012
Revision: 100371
https://trac.macports.org/changeset/100371
Author: mmoll at macports.org
Date: 2012-12-09 13:51:58 -0800 (Sun, 09 Dec 2012)
Log Message:
-----------
py-graph-tool: add missing dependency, closes #37258
Modified Paths:
--------------
trunk/dports/python/py-graph-tool/Portfile
Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile 2012-12-09 21:29:12 UTC (rev 100370)
+++ trunk/dports/python/py-graph-tool/Portfile 2012-12-09 21:51:58 UTC (rev 100371)
@@ -8,7 +8,7 @@
set realname graph-tool
name py-${realname}
version 2.2.18
-revision 2
+revision 3
categories python science
platforms darwin
license GPL-3
@@ -38,7 +38,8 @@
path:bin/dot:graphviz \
port:py${python.version}-numpy \
port:py${python.version}-scipy \
- port:py${python.version}-gobject3
+ port:py${python.version}-gobject3 \
+ port:py${python.version}-cairo
use_configure yes
# graph-tool relies on Boost.Python, so make sure it is installed.
@@ -48,8 +49,8 @@
PYTHON_VERSION=${python.branch} \
PYTHON_CPPFLAGS=-I${python.include} \
PYTHON_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}"
- configure.cflags-append -I${prefix}/include
- configure.cxxflags-append -I${prefix}/include
+ configure.cflags-append -I${prefix}/include -I${python.include}/..
+ configure.cxxflags-append -I${prefix}/include -I${python.include}/..
configure.ldflags-append -L${prefix}/lib
configure.args-append --with-boost=${prefix}
build.cmd make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121209/bc12c93f/attachment.html>
More information about the macports-changes
mailing list