IRC channel logs

2014-05-30.log

back to list of logs

<bavier`>how do we usually deal with packages whose tests want to write to $HOME?
<Steap>bavier`: in Python, we do (setenv "HOME" (getcwd))
<civodul>yeah, that's the only sensible thing we can do
<bavier`>looks like we might need to turn off multi-threading in the boost library for mips
<civodul>bavier`: why?