pjotrp / biolib

BioLib brings together a set of opensource libraries written in C/C++ and makes them available for all Bio* languages
http://biolib.open-bio.org/
Other
37 stars 8 forks source link

python bindings fail to build due to versioned affyio/staden #1

Open mneilson opened 13 years ago

mneilson commented 13 years ago

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.

pjotrp commented 13 years ago

If you have a fix I can merge it in.