Martin Costabel wrote: [] > For boost1.34 I will have to make different variants for different > python versions, because now the boost.python dylib always links to > libpython. This, in addition to the new build system, will mean making > and testing two separate boost packages, and several variants for the > second. I haven't yet had the time to do all the necessary work.
I have now put a boost1.34 package into 10.4/unstable. It comes in 5 variants: nopython, systempython, python23, python24, and python25. The first one does not build the libboost_python libraries, so there is no dependency on python. The other 4 variants build basically the same thing, namely the libboost_python libraries. They differ in the version of python they use for building. The systempython variant does not depend on Fink's python packages either, it uses the system python framework. The others depend on one of Fink's pythonXY packages. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
