Ian Henriksen

Results 98 comments of Ian Henriksen

Using the latest conda package from this I haven't been able to get a minimal working example yet because things like `flang -cpp -E hello.f90 -o hello.f90-pp.f90` don't actually do...

Got it. That makes sense. Is there some way to get around needing to run that command on `testFortranCompiler.f` when using CMake or is that something that still needs to...

Thanks. Good find. A minimal hello world example is working with CMake for me. I'm using NMake in the MSVC 2015 native x64 terminal and had to set the `LIB`...

That also configures correctly. Compilation will take a while. Note I'm also using the patches from all three of the PR's listed at https://gitlab.kitware.com/cmake/cmake/issues/17384.

Right. It looks like there is some additional work to be done in their CMakeLists files. I'll see what I can do.

CI has already been enabled on OSX for a while now in other PRs. Closing.

Neat example! I hadn't seen that before.

Yep, my use-cases involve parallel graph analytics as well.

CC @arthurp. Didn't you hack something like this together?