ecmwf/fckit

Recursion bug in generated makefile

Closed this issue · 1 comments

I'm getting an odd recursion when running make install for fckit. The module directory keeps getting written to a subfolder of itself, so I get a tree of

{fckitdir}/build/module/fckit/./fckit/fckit/.../fckit/*.mod

of the same modules over and over. An fckit binary is generated, though I haven't tested to see if it works correctly. Any ideas what this could be? Are there any steps of the build process that come after this?
cmake.log
ecbuild.log
install.txt
make.log

Moving the install directory out of the build directory fixed it. I had a similar issue with Atlas, but not with eccodes, ecbuild, or eckit.