Has anyone compiled a program using fpm in msys2? I can’t seem to get it to work. It fails at 0% completed or segfaults. Using the default hello world does not compile either.
I think the version of fpm may be using multithreading, so that may be the issue. I can compile through conda though which seems to be using a single thread.
I’m using msys2 version 3.6.5 and fpm version 0.12.0. It’s the same fpm version on conda.