Joan Massich
Joan Massich
Yes. What you are proposing is close to what we had before. I guess that what I was asking was if you would be interested in such a feature. A...
I also had similar things on the head, and my idea was to start by the tests and then refactor things bit by bit. Maybe we should find a time-slot...
I'm not sure if its related, but there's Travis py34 is also failing see https://travis-ci.org/tomMoral/loky 
Cool!! We just start working on shipping https://github.com/massich/matio-cmake through [my conda channel](https://anaconda.org/massich/matio-cmake) until I get a better handle on this conda business. Right now I'm fighting the windows shipping. **matio-cmake**...
How is this done?
Any hints on how can I do that? (not the PR, but how should this be approached like where these files usually are when using pudb, whats their format.. you...
An easy way is to start a trace there. Add the following line at the beginning of your test: ```py import pudb;pudb.set_trace() ``` And **pudb** will stop there. However if...
Reopening. This should be able to be fixed using [`CMAKE_INSTALL_OPENMP_LIBRARIES`]( https://github.com/Kitware/CMake/blob/d45d5e28ec1d662de3602562e033967481cd0c40/Modules/InstallRequiredSystemLibraries.cmake#L42) flag from `InstallRequiredSystemLibraries`. Which it was already here: https://github.com/openmeeg/openmeeg/blob/ab4ae10bb860f14e13c1ab19a0681eaf2cf7c973/cmake/Packaging.cmake#L59
Which service? email notification?
Sure, but is not used in a consistent manner. For instance, `om_assemble` does not use it. Maybe we can explore some 3rd party library either add it as a dependency...