Joan Massich
Joan Massich
After follow the instructions and the comments in #20 I get to the following point: 1 - `octoicons` are not found 2 - descriptive encoding of the icons des not...
I checked deprecated and other packages in search of this and I couldn't find it. So I end up making my own deprecation help function https://github.com/mne-tools/mne-python/pull/5844 Check it out and...
I'm trying to build a [helloWordl repo](https://github.com/massich/cpp-mkl-test) with the idea to use travis and appveyor to build against all the BLAS backends listed [here](http://icl.cs.utk.edu/lapack-for-windows/lapack/), so that it can be used...
It took me a couple attempts to compile the documentation + i've plenty sklearn future warnings. maybe you should add a small contributing guide with instructions for quickly replicate the...
https://github.com/openmeeg/openmeeg/blob/11d1db77dcb07107e17e747f8559324897926a89/CMakeLists.txt#L43-L53 See #311 for more information.
In a windows machine without VS I get the following 
Construct an interface library for apps and tools with the common flags, and includes wrapped in a $ [here is an example](https://gitlab.kitware.com/vtk/vtk-m/blob/55eafbafee0bf515777191c55c638dd3bd81b4f4/CMake/VTKmCompilerFlags.cmake#L142). (adapted from [here](https://www.reddit.com/r/cpp/comments/8sie4b/i_manage_the_release_cycle_for_cmake_the_build/e11kuhf/))
Right now the installations rules are scattered among `thirdparty.cmake`, `install.cmake` and some `CMakeLists.txt`. IMHO it would be good to factorize them.
`omassert.h` belongs to OpenMEEGMath however its imported from other modules ```sh ❯ grep -Ri omassert.h tests/test_mesh_ios.cpp:#include OpenMEEGMaths/include/vector.h:#include OpenMEEGMaths/include/linop.h:#include OpenMEEGMaths/include/sparse_matrix.h:#include OpenMEEG/include/om_common.h:#include ```
If we want to ship our conda package with docstrings, we should not make DOT a requrirement since it's not in the conda repositories. https://github.com/openmeeg/openmeeg/blob/1f780e2fda6b69b7e89dfbe18853406fdef548ee/documentation/reference/CMakeLists.txt#L24