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 try out your library, especially the interpolation and linspace parts.
I would like to link this library to my own project or embed it such that I would not need to link it, i.e., compile it when I build my static library. I was wondering if it was possible to remove the cfitsio dependency?
The text was updated successfully, but these errors were encountered:
@Marston - this code isn't really distributed as a full library, you can just pick and choose files you want. For instance, you should be able to just use lib_array.f90 and put it in your package.
Other than that there is no formal requirement that you acknowledge the use of the library, but of course you are welcome to if you like! (you can just include a link to the repository)
Hi,
I would like to try out your library, especially the interpolation and linspace parts.
I would like to link this library to my own project or embed it such that I would not need to link it, i.e., compile it when I build my static library. I was wondering if it was possible to remove the cfitsio dependency?
The text was updated successfully, but these errors were encountered: