Replies: 3 comments 4 replies
-
That particular bug is a bit unclear if it is a bug: Fortran should probably have a place to store mod files and given that they are all compiler version dependent, it should probably be prefixed by the compiler+version. That is something we can do in fpm. |
Beta Was this translation helpful? Give feedback.
-
I suggest a small shift in perspective. Rather than asking whether fpm should fix issues in compilers, we should ask what does fpm need to do to provide the best possible experience for most users. If that means implementing a workaround for specific compiler design choices--like gfortran's don't look in system paths or use CPATH--then yes. Otherwise, no. |
Beta Was this translation helpful? Give feedback.
-
Should On the other hand installing |
Beta Was this translation helpful? Give feedback.
-
Related to GFortran not using the include paths of the C compiler (
/usr/include
,/usr/local/include
, ...) to search for module files, but packages installing under those directories assuming modules will be found.This bug was reported 2008 for GFortran 4.3.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707
Beta Was this translation helpful? Give feedback.
All reactions