Neal Becker
2010-08-15 13:26:01 UTC
One problem I always run into when it's time to update boost. I can have
multiple versions of boost libs, and update my projects using boost when I
like. So, I can install boost_1_44, for example, and test that ProjectA will
rebuild against it and work, while postponing update of ProjectB till later.
But I can only have 1 pyublas lib.
So when ProjectA uses pyublas, I have to rebuild pyublas against boost_1_44
and install the updated pyublas. Now all other projects are immediately
broken until I rebuild each of them.
I wish we could have multiple pyublas parallel installed.
multiple versions of boost libs, and update my projects using boost when I
like. So, I can install boost_1_44, for example, and test that ProjectA will
rebuild against it and work, while postponing update of ProjectB till later.
But I can only have 1 pyublas lib.
So when ProjectA uses pyublas, I have to rebuild pyublas against boost_1_44
and install the updated pyublas. Now all other projects are immediately
broken until I rebuild each of them.
I wish we could have multiple pyublas parallel installed.