Sometimes my first attempt to build ndarray with cmake results in an error such as the following:
fatal error: 'ndarray/Vector.h' file not found
When I build again it always works. The header file in question file is built by m4 so I suspect a race condition or other sequencing error in the cmake file.