markferry

Results 45 comments of markferry

New version of the patch adds new options `boost:pythonXY_executable` for most relevant versions of python (2.7, 3.5+).

FIXME: doesn't yet package the extra libs.

This is causing some pain for the `package()` method when it comes to non-numpy python configurations: https://github.com/conan-io/conan-center-index/issues/8826

FIXME: fix ABI compatibility between python versions Given: ``` conan create -o boost:python310=True -o boost:python27=True ... ``` This should work: ``` conan install -o boost:python310=True --build=never ``` And should install...

`find_package(Boost COMPONENTS python REQUIRED)` breaks test_package if more than one libpythonXY.so is detected. ``` /usr/bin/ld: $CONAN_USER_HOME/.conan/data/boost/1.76.0/gnome/test/package/e68cab19bbb84f8e32a323e0a11b6364bcd37c17/lib/libboost_python310.a(module.o):(.bss+0x0): multiple definition of `boost::python::detail::current_scope'; $CONAN_USER_HOME/.conan/data/boost/1.76.0/gnome/test/package/e68cab19bbb84f8e32a323e0a11b6364bcd37c17/lib/libboost_python27.a(module.o):(.bss+0x0): first defined here ```

> `find_package(Boost COMPONENTS python REQUIRED)` breaks test_package if more than one libpythonXY.so is detected. > `boost_python27` and `boost_python310` are mutually exclusive but both are included in the lib deps when...

I started working on this: [group-set-name](/markferry/python-snapcast/tree/group-set-name).

The rate at which CPU load increases over time is correlated with lower interval time. I have two nodes (`study`, `lounge`), specs are: * RPi 3 model B Rev 1.2...

On an RPi 1 Model B Rev 2 cpu load rises quickly. (mqtt-io service was configured to restart every 8hrs as a workaround). ![image](https://user-images.githubusercontent.com/935857/168781209-fa55c843-277d-4c31-852d-1b5103bf879d.png) Over the same time period memory...