You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to build python bindings today, but cmake was looking for a src/clibs/{affyio-1.8, staden_io_lib-1.11.6} directories which does not exist. Removing SET (M_VERSION X) from src/mappings/swig/python/{affyio, staden_io_lib}/CMakeLists.txt fixes issues. From git history, it looks like this was done for perl and ruby, but not python.
The text was updated successfully, but these errors were encountered:
Tried to build python bindings today, but cmake was looking for a src/clibs/{affyio-1.8, staden_io_lib-1.11.6} directories which does not exist. Removing SET (M_VERSION X) from src/mappings/swig/python/{affyio, staden_io_lib}/CMakeLists.txt fixes issues. From git history, it looks like this was done for perl and ruby, but not python.
The text was updated successfully, but these errors were encountered: