buildig with flang fails with "multiple rules generate for allocated_memory_use_ifs.mod"
We want to switch from mingw-gfortran to flang on windows. But I am running into this issue:
build stopped: multiple rules generate D:/bld/mystran_1736277984169/work/Binaries/mod/allocated_memory_use_ifs.mod.
Sadly it's not obvious for me whats wrong, thats why I decided to create this issue. Maybe someone of you knows what has to be patched.
ref: https://github.com/conda-forge/mystran-feedstock/pull/5
ok this was the ninja error I was getting before. I resolved it with this commit: https://github.com/MYSTRANsolver/MYSTRAN/pull/92/commits/dfd10a38a9c5c2b9c4215f612acd006c285dec60
the modules were build twice, which ninja didn't accepted.
can you wrap that commit in a PR, please? if it doesn't break any other current builds, we can merge it!
It's included here: https://github.com/MYSTRANsolver/MYSTRAN/pull/92
ninja is supported now per @Bruno02468