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
I would like to request that the source code files be reorganized for clarity and to facilitate inclusion into larger projects.
Currently all source code files are at the top level of the tar file / repository. There is a mixture of the code cfitsio library, platform-specific files, test files, etc. This makes it very difficult to identify which fall into which category and even source vs non-source files. Suggestion is to create a src directory (as is standard for Unix libraries), a cfitsio directory under that that contains the library source, tests, etc.
Reorganizing the files as above will address another difficulty. When one is attempting to build cfitsio as a dependent library into another program (or integrate it into another context) there is no guidance on which files are needed. For example, to build cfitsio into my application I needed to remove the following files while I only deduced by trial and error:
I would like to request that the source code files be reorganized for clarity and to facilitate inclusion into larger projects.
Currently all source code files are at the top level of the tar file / repository. There is a mixture of the code cfitsio library, platform-specific files, test files, etc. This makes it very difficult to identify which fall into which category and even source vs non-source files. Suggestion is to create a
src
directory (as is standard for Unix libraries), acfitsio
directory under that that contains the library source,tests
, etc.Reorganizing the files as above will address another difficulty. When one is attempting to build cfitsio as a dependent library into another program (or integrate it into another context) there is no guidance on which files are needed. For example, to build cfitsio into my application I needed to remove the following files while I only deduced by trial and error:
The text was updated successfully, but these errors were encountered: