vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
616 stars 78 forks source link

Added possible solution for compilation with XCode 10 in Mac OS X. #3

Closed vtraag closed 4 years ago

vtraag commented 5 years ago

Exploring possible solutions to issue #1. Now explicitly checking for certain versions of Mac OS and then use libc++ instead of libstdc++.

vtraag commented 5 years ago

It seems that Python needs to be installed separately on Travis, see issue https://github.com/travis-ci/travis-ci/issues/2312.