Ghislain Vaillant

Results 274 comments of Ghislain Vaillant

Sure. _Registration plugin_ is quite vague. I just wanted to mention that someone was already working on the nipype _plugin_.

Does BASIS have a mechanism to interface with CMake's `ExternalProject` ? That's typically what it would be useful for instead of vendoring yet another library under `ThirdParty`. Plus `zlib` is...

Since BASIS does not support `ExternalProject`, I guess there is not much to discuss about anyway.

This issue feels more in the `SuperBuild` territory when I think about it.

> ExternalProject has (or at least had) the downside that you have to have a complete super-build. What do you mean? I have seen `ExternalProject` used in many projects for...

I can't add much more to this. I saw it done for `gtest` and thought it [could](http://stackoverflow.com/questions/16842218/how-to-use-cmake-externalproject-add-or-alternatives-in-a-cross-platform-way) be applicable to `zlib` too. But hey, you probably know better than I...

How big are the test data?

My personal take on this is that big sized data should not be required for running _unit tests_. The main goal of the project repository should be to host code,...

> The latter would be the recommended default given that the dependency is a non-proprietary library. :+1: