Oliver Schulz
Oliver Schulz
I've never used a `Find.cmake`, but I guess it can't be installed in a standard location? I had a quick look, and it seems like cmake will look for `Config.cmake`...
I thought a bit more about this. In the end, if users adopt this (cmake-specific) feature, they would expect it to continue to work. So we'd have to maintain it...
A PR would be welcome (maybe in combination with a little toy project that shows how to use it).
We should defer this until after release of v1.0 - we shouldn't touch the build too much right now, it's already fragile enough.
Thanks for keeping us up to date, @daanhb !
> @daanhb : Hmm, I don't quite get one you could extend a function defined in DomainSets without depending on DomainSets (since you say "without depending on"). I'm all for...
> > For functions, the situation is more tricky [...] > @dlfivefifty : Can you give a concrete example? I was thinking about functions like `sum`, `normalize`, `var` and so...
> Btw I do not like the use of "get" as its not really used in Julia, apart from getindex How about `domainof(obj)` and `supportof(obj)` then? > I think you...
> What's wrong with just using `domain`? I'm not against just `domain`. But I think we should also have something to get support, and Distributions already "owns" `support`. Also, I...