Actions
Bug #1096
openCompiling one ruby gem requires installed version of another
Start date:
04/18/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
5ad79bf (unreleased)
Platform:
Published in build:
Description
We used to have the schema that "make all" just compiles the code, and "make install" installs it.
However, if we have two custom Ruby gems, A and B, and, in order to compile B, A should be installed, the scheme gets broken.
Currently, I removed compilation of B from "make all" stage, and it gets compiled only at "make install" stage. However, a better solution is to be created.
No data to display
Actions