You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for all of your suggestions. One thing to clarify: for users of the library the internal structure should not be an issue. We are not using cmake at this time, instead we are using autoconf. Users can specify --prefix in configure options, which will install the library in the location of their choice, with include/, lib/ and share/ directories. I like your idea of separating the internal and external header files, and will work on it.
This library is not compatible with a "standard" cmake build
because the source files are in a directory called "build" (which is kind of non-intuitive anyway..). To make this library easier to use in applications, I would suggest restructuring the package (applying) as follows (https://hsf-training.github.io/hsf-training-cmake-webpage/06-projectstructure/index.html):
include/p3dfft.3/p3dfft.h
(or should it bep3dfft.3.h
?)src
tests
The text was updated successfully, but these errors were encountered: