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
Option to place modules in some other directory besides ./include. All compilers support a compiler option to do this. ie -module on Intel/Nvidia/AMD AOCC etc and -J on gfortran. I prefer to only put things that are accessed via INCLUDE or #include in the .include directory.
Allow both static and dynamic libraries to be built at the same time. Currently it appears that you have to do two separate builds which requires modifying fpm.toml. I believe that (at least on Linux) fpm builds with -fPIC turned on by default so it should be just a matter (again on Linux) of doing a shared link to the already compiled .o files