Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
df3471a1
Commit
df3471a1
authored
May 27, 2011
by
Tiago Peixoto
Browse files
Simple workaround for compilation under MacOS
This works around a compilation bug in Apple GCC 4.2 + Macports.
parent
69b7afbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_bind.cc
View file @
df3471a1
...
...
@@ -15,6 +15,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#define NUMPY_EXPORT
#include "numpy_bind.hh"
...
...
@@ -22,9 +25,6 @@
#include "graph_python_interface.hh"
#include "graph_util.hh"
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#ifdef HAVE_SCIPY // integration with scipy weave
#include "weave/scxx/object.h"
#include "weave/scxx/list.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment