networkx / networkx-metis

NetworkX Addon to allow graph partitioning with METIS
Other
79 stars 21 forks source link

Fix AppVeyor CI #41

Closed ysitu closed 9 years ago

ysitu commented 9 years ago

This is a requirement for declaring Windows support.

OrkoHunter commented 9 years ago

Rewriting the tests (#26) would do it.

OrkoHunter commented 9 years ago

There are two failures over the Appveyor CI in the latest build only because of the x64 architecture. There seems to be a bug probably unresolved related compiling msvc9compiler.py over x64 windows machines. It has temporary fixes like changing vcvarsall.bat file somehow for it to build.

OrkoHunter commented 9 years ago

I think it can be tricky to do the fix over Appveyor. Maybe we do not test for x64 ?