Discussion:
[Pyublas] versioning
Neal Becker
2010-08-15 13:26:01 UTC
Permalink
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.
Andreas Kloeckner
2010-08-15 14:28:05 UTC
Permalink
Post by Neal Becker
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.
Do you know about
http://pypi.python.org/pypi/virtualenv
?

Andreas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.tiker.net/pipermail/pyublas/attachments/20100815/3c4eea47/attachment.pgp>
Loading...